https://github.com/angular/angular
Raw File
Tip revision: c7c285cec710468551c2c8c6b996214adf9ec8ca authored by Andrew Scott on 13 October 2021, 17:59:37 UTC
release: cut the v12.2.10 release (#43826)
Tip revision: c7c285c
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