Go to file
Alan Agius ff9253b4a6 ci: add cache for windows run (#41467)
Add CircleCI cache for windows runs

PR Close #41467
2021-04-06 12:44:48 -07:00
.circleci ci: add cache for windows run (#41467) 2021-04-06 12:44:48 -07:00
.devcontainer build: update the recommended `Dockerfile` for VSCode remote development (#41396) 2021-04-05 12:41:34 -07:00
.github docs: use dedicated anchors for links to `CONTRIBUTING.md` (#41250) 2021-04-01 11:19:57 -07:00
.husky
.ng-dev build: remove commit message max line length limit (#41157) 2021-03-10 11:05:43 -08:00
.vscode
.yarn
aio build: correctly publish `angular-in-memory-web-api` as CI build artifact (#41429) 2021-04-06 10:22:54 -07:00
dev-infra feat(dev-infra): update commit-message functions to properly type commits from git log (#41458) 2021-04-06 10:04:53 -07:00
docs docs: use dedicated anchors for links to `CONTRIBUTING.md` (#41250) 2021-04-01 11:19:57 -07:00
goldens feat(common): add `historyGo` method to `Location` service (#38890) 2021-04-06 09:25:58 -07:00
integration refactor(compiler-cli): implement `ɵɵngDeclareFactory` (#41231) 2021-03-30 16:46:37 -07:00
modules
packages docs(router): make getCurrentNavigation() jsdoc more explicit (#41417) 2021-04-06 10:05:17 -07:00
scripts build: correctly publish `angular-in-memory-web-api` as CI build artifact (#41429) 2021-04-06 10:22:54 -07:00
third_party test(core): fix `Function#name` shim used in IE11 (#41439) 2021-04-05 08:56:17 -07:00
tools build: emit performance JSON file for each ng_module() (#41125) 2021-03-24 13:42:25 -07:00
.bazelignore
.bazelrc build: emit performance JSON file for each ng_module() (#41125) 2021-03-24 13:42:25 -07:00
.bazelversion
.clang-format
.editorconfig
.gitattributes
.gitignore
.gitmessage
.mailmap
.nvmrc
.pullapprove.yml ci: add Zach Arend to pullapprove (#41386) 2021-04-01 12:06:17 -07:00
.yarnrc
BUILD.bazel
CHANGELOG.md docs: add release notes for v11.2.8 to CHANGELOG (#41453) 2021-04-05 12:43:39 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md docs: add link to fork repo how-to (#41266) 2021-03-23 11:22:31 -07:00
LICENSE docs: update the copyright notice date (#40707) 2021-02-16 10:04:23 -08:00
README.md docs: document `help wanted` and `good first issue` labels (#41195) 2021-03-15 10:31:29 -07:00
WORKSPACE build: update to rules_nodejs@3.2.1 (#40972) 2021-02-24 08:00:03 -08:00
browser-providers.conf.js
gulpfile.js
karma-js.conf.js
package.json build: install husky in `prepare` script instead of `postinstall` (#41405) 2021-04-06 10:02:51 -07:00
renovate.json ci: add renovate (#41407) 2021-04-02 15:47:33 -07:00
test-events.js
test-main.js feat(platform-server): allow shimming the global env sooner (#40559) 2021-02-12 08:55:25 -08:00
tslint.json
yarn.lock build: update to husky@6 (#41405) 2021-04-06 10:02:51 -07:00
yarn.lock.readme.md

README.md

Angular - One framework. Mobile & desktop.

angular-logo
Angular is a development platform for building mobile and desktop web applications
using Typescript/JavaScript and other languages.

www.angular.io

Contributing Guidelines · Submit an Issue · Blog

CI status   Angular on npm   Discord conversation


Documentation

Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website.

Advanced

Development Setup

Prerequisites

Setting Up a Project

Install the Angular CLI globally:

npm install -g @angular/cli

Create workspace:

ng new [PROJECT NAME]

Run the application:

cd [PROJECT NAME]
ng serve

Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.

Quickstart

Get started in 5 minutes.

Ecosystem

angular ecosystem logos

Changelog

Learn about the latest improvements.

Upgrading

Check out our upgrade guide to find out the best way to upgrade your project.

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.

Community

Join the conversation and help the community.

Love Angular badge

Love Angular? Give our repo a star ⬆️.