https://github.com/angular/angular
Raw File
Tip revision: 3a2b5906aebbeab1d62a258b50bb7c0149df0b71 authored by Zach Arend on 14 April 2021, 19:34:31 UTC
release: cut the v11.2.10 release
Tip revision: 3a2b590
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