Go to file
Daniel Díaz b84f719747 docs: update year (#40925)
PR Close #40925
2021-02-22 12:37:40 -08:00
.circleci ci: remove BES usages from CI (#40809) 2021-02-11 12:28:55 -08:00
.devcontainer
.github
.husky
.ng-dev build: set npm registry for publishing (#40485) 2021-01-27 10:34:21 -08:00
.vscode build: use "outFiles" in .vscode/launch.json to speed up debugging sessions (#39848) 2020-12-17 11:23:13 -08:00
.yarn build: update to yarn v1.22.10 (#40562) 2021-01-26 10:52:27 -08:00
aio docs: update year (#40925) 2021-02-22 12:37:40 -08:00
dev-infra fix(dev-infra): update npm package subsitutions to reflect no longer having an imported workspace (#40785) 2021-02-11 09:13:00 -08:00
docs docs: add guide for branching process (#39924) 2021-02-04 10:45:31 -08:00
goldens feat(router): Allow for custom router outlet implementations (#40827) 2021-02-19 09:13:17 -08:00
integration build: upgrade `webdriver-manager` to v12.1.8 (#40756) 2021-02-17 06:52:31 -08:00
modules fix(dev-infra): update build tooling for latest changes in rules_nodejs (#40710) 2021-02-09 10:48:43 -08:00
packages docs: update year (#40925) 2021-02-22 12:37:40 -08:00
scripts build(zone.js): use `npm_package.pack` to build the Zone.js package (#40592) 2021-01-28 09:01:57 -08:00
third_party
tools fix(dev-infra): update type castings for JSON.parse usage (#40710) 2021-02-09 10:48:43 -08:00
.bazelignore ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
.bazelrc build: update config flags for snapshot builds (#40095) 2020-12-15 13:36:56 -08:00
.bazelversion build: update .bazelversion (#40579) 2021-01-26 11:35:54 -08:00
.clang-format
.editorconfig
.gitattributes
.gitignore fix(dev-infra): add vim .swp files to gitignore (#40094) 2020-12-14 11:39:41 -08:00
.gitmessage
.mailmap
.nvmrc
.pullapprove.yml docs: add what is angular topic (#40811) 2021-02-17 11:13:21 -08:00
.yarnrc build: update to yarn v1.22.10 (#40562) 2021-01-26 10:52:27 -08:00
BUILD.bazel
CHANGELOG.md release: cut the v12.0.0-next.1 release (#40889) 2021-02-17 11:47:41 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE docs: update the copyright notice date (#40707) 2021-02-16 10:04:23 -08:00
README.md
WORKSPACE build: update dependencies to enable strict_visibility for bazel yarn_install (#40895) 2021-02-17 17:01:26 -08:00
browser-providers.conf.js
gulpfile.js
karma-js.conf.js test(core): tag `render3` test targets as ivy-only (#40127) 2021-01-06 08:28:03 -08:00
package.json build: update dependencies to enable strict_visibility for bazel yarn_install (#40895) 2021-02-17 17:01:26 -08: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 dependencies to enable strict_visibility for bazel yarn_install (#40895) 2021-02-17 17:01:26 -08: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 in the hotlist: community-help.

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 ⬆️.