https://github.com/angular/angular
Raw File
Tip revision: 90a4ae1dd7f27f0623219302d92fd0d1ec596e05 authored by Andrew Kushnir on 17 November 2021, 17:48:22 UTC
release: cut the v13.1.0-next.2 release (#44201)
Tip revision: 90a4ae1
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