https://github.com/angular/angular
Raw File
Tip revision: 2ea541f4f8af499ad85f84a1c6c11d827e860cab authored by Dylan Hunn on 20 April 2022, 21:29:50 UTC
release: cut the v13.3.4 release (#45702)
Tip revision: 2ea541f
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