Go to file
Paul Gschwendtner 8948c93024 refactor(platform-server): ensure compatibility with noImplicitOverride (#42512)
Adds the `override` keyword to the `platform-server` sources to ensure
compatibility with `noImplicitOverride`.

PR Close #42512
2021-07-12 13:11:15 -07:00
.circleci build: enable noImplicitOverride in project (#42512) 2021-07-12 13:11:14 -07:00
.devcontainer
.github ci: use issue forms for issue creation (#42099) 2021-07-08 14:07:30 -07:00
.husky
.ng-dev
.vscode
.yarn
aio docs(core): edit and add docs for ng-template (#42704) 2021-07-12 09:39:29 -07:00
dev-infra refactor(dev-infra): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:14 -07:00
docs
goldens
integration build: remove `skydoc` and `rules_sass` from repository (#42760) 2021-07-09 14:50:15 -07:00
modules build: remove `skydoc` and `rules_sass` from repository (#42760) 2021-07-09 14:50:15 -07:00
packages refactor(platform-server): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:15 -07:00
scripts
third_party
tools build: no longer ship ecmascript module files within NPM packages (#42809) 2021-07-12 09:42:01 -07:00
.bazelignore
.bazelrc
.bazelversion build: remove outdated note when updating bazel version (#42760) 2021-07-09 14:50:14 -07:00
.clang-format
.editorconfig
.gitattributes
.gitignore
.gitmessage
.mailmap
.npmrc
.nvmrc
.prettierrc
.pullapprove.yml
.yarnrc
BUILD.bazel fix(dev-infra): `ng_rollup_bundle` rule should error if import cannot be resolved (#42760) 2021-07-09 14:50:14 -07:00
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
WORKSPACE build: update to rules_nodejs v4.0.0-beta.0 (#42760) 2021-07-09 14:50:15 -07:00
browser-providers.conf.js
gulpfile.js
karma-js.conf.js fix(dev-infra): `ng_rollup_bundle` rule should error if import cannot be resolved (#42760) 2021-07-09 14:50:14 -07:00
package.json build: update to rules_nodejs v4.0.0-beta.0 (#42760) 2021-07-09 14:50:15 -07:00
renovate.json fix(dev-infra): `ng_rollup_bundle` rule should error if import cannot be resolved (#42760) 2021-07-09 14:50:14 -07:00
test-events.js
test-main.js
tslint.json
yarn.lock build: update to rules_nodejs v4.0.0-beta.0 (#42760) 2021-07-09 14:50:15 -07: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 ⬆️.