Go to file
Pete Bacon Darwin c2ed612da3 docs: convert the last `my-app` components to `app-root` (#42256)
Most of these were fixed in other PRs but there were are couple of stragglers.
Note that `my-app` components in non-documentation facing code, such as
compliance tests have not been changed.

Fixes #20235

PR Close #42256
2021-05-25 22:13:36 +00:00
.circleci build: reformat yml files (#42136) 2021-05-19 11:20:20 -07:00
.devcontainer
.github ci: update to latest feature request triage bot commit (#42229) 2021-05-21 13:43:10 -07:00
.husky
.ng-dev build: properly handle whether builds should be stamped for release (#42319) 2021-05-25 22:11:03 +00:00
.vscode
.yarn
aio docs: convert the last `my-app` components to `app-root` (#42256) 2021-05-25 22:13:36 +00:00
dev-infra feat(dev-infra): add `ng-dev build-and-link` command (#42319) 2021-05-25 22:11:03 +00:00
docs docs: update contributor instructions for installing java (#42294) 2021-05-25 22:12:38 +00:00
goldens fix(platform-browser): update started state on reset (#41608) 2021-05-25 20:28:41 +00:00
integration build: update dependency io_bazel_rules_sass to v1.33.0 (#42210) 2021-05-21 18:05:58 +00:00
modules
packages docs: convert the last `my-app` components to `app-root` (#42256) 2021-05-25 22:13:36 +00:00
scripts refactor(dev-infra): remove invoke bazel clean command from release tool (#42101) 2021-05-14 21:06:09 +00:00
third_party
tools build: update release configuration to use new release notes system (#41905) 2021-05-06 09:40:29 -04:00
.bazelignore
.bazelrc build: use platform from shared dev-infra package for remote execution (#41767) 2021-04-23 11:01:40 -07:00
.bazelversion
.clang-format
.editorconfig
.gitattributes
.gitignore
.gitmessage
.mailmap
.npmrc
.nvmrc
.prettierrc ci: use prettier to format yml files (#42136) 2021-05-19 11:20:20 -07:00
.pullapprove.yml ci: add myself to `fw-platform-server` reviewers (#42265) 2021-05-24 18:16:51 +00:00
.yarnrc
BUILD.bazel build: remove `core-js` in favor of `core-js-bundle` (#41739) 2021-04-26 09:29:58 -07:00
CHANGELOG.md release: cut the v12.1.0-next.2 release (#42178) 2021-05-19 11:12:30 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md docs: update tagline (#41922) 2021-05-03 10:04:05 -07:00
WORKSPACE build: update all non-major dependencies (#42077) 2021-05-18 11:08:13 -07:00
browser-providers.conf.js
gulpfile.js build: update release configuration to use new release notes system (#41905) 2021-05-06 09:40:29 -04:00
karma-js.conf.js build: remove `core-js` in favor of `core-js-bundle` (#41739) 2021-04-26 09:29:58 -07:00
package.json build: update dependency cldr to v7 (#42213) 2021-05-21 18:05:34 +00:00
renovate.json build(docs-infra): revert `watchr` to v3.0.1 to restore `docs-watch` performance (#41903) 2021-05-03 10:05:31 -07:00
test-events.js
test-main.js
tslint.json
yarn.lock build: update dependency cldr to v7 (#42213) 2021-05-21 18:05:34 +00:00
yarn.lock.readme.md

README.md

Angular - The modern web developer's platform.

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