https://github.com/angular/angular
Raw File
Tip revision: c6ca7b4a12c4b74720f30fa490e72760641c6d73 authored by Andrew Scott on 13 January 2021, 18:49:09 UTC
release: cut the v11.0.9 release (#40414)
Tip revision: c6ca7b4
PACKAGE.md
Implements fundamental Angular framework functionality, including directives and pipes, location services used in routing, HTTP services, localization support, and so on.

The `CommonModule` exports are re-exported by `BrowserModule`, which is included automatically in the root `AppModule` when you create a new app with the CLI `new` command.
back to top