https://github.com/angular/angular
Raw File
Tip revision: 986e80e9db46a267d33667464bb64c3501f8c72b authored by Jessica Janiuk on 12 May 2022, 22:05:49 UTC
release: cut the v13.3.8 release (#45976)
Tip revision: 986e80e
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