https://github.com/angular/angular
Raw File
Tip revision: 3730b2c8ea9e9fca3e8db54c1bbf17010d34e7c7 authored by Joey Perrott on 15 October 2020, 15:58:38 UTC
ci: separate the windows CI tests into build and test
Tip revision: 3730b2c
README.md
[![CircleCI](https://circleci.com/gh/angular/angular/tree/master.svg?style=shield)](https://circleci.com/gh/angular/workflows/angular/tree/master)
[![Discord](https://img.shields.io/discord/463752820026376202.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/angular)
[![Join the chat at https://gitter.im/angular/angular](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular/angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm version](https://badge.fury.io/js/%40angular%2Fcore.svg)](https://www.npmjs.com/@angular/core)


# Angular

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.

## Quickstart

[Get started in 5 minutes][quickstart].

## Changelog

[Learn about the latest improvements][changelog].

## Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
guidelines for [contributing][contributing] and then check out one of our issues in the [hotlist: community-help](https://github.com/angular/angular/labels/hotlist%3A%20community-help).

[contributing]: https://github.com/angular/angular/blob/master/CONTRIBUTING.md
[quickstart]: https://angular.io/start
[changelog]: https://github.com/angular/angular/blob/master/CHANGELOG.md
[ng]: https://angular.io
back to top