https://github.com/angular/angular
Raw File
Tip revision: d7133a8e4ef399abef9253d59c3182bb7cfcc271 authored by Andrew Scott on 24 February 2021, 17:36:12 UTC
release: cut the v11.2.3 release (#40981)
Tip revision: d7133a8
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