https://github.com/angular/angular
Raw File
Tip revision: f708479e2ee2e96af01cec63aff9c4abf535a95b authored by Jessica Janiuk on 18 May 2022, 18:42:28 UTC
release: cut the v13.3.9 release (#46042)
Tip revision: f708479
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