https://github.com/angular/angular
Raw File
Tip revision: 35f4799ebdf09817410bbab2c20e50bf8524bf3e authored by Joey Perrott on 22 November 2022, 17:24:47 UTC
release: cut the v12.2.17 release
Tip revision: 35f4799
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