https://github.com/angular/angular
Raw File
Tip revision: 086147111233ef92eebcb3cfee0db92a8e55dfa8 authored by Jessica Janiuk on 25 January 2023, 16:45:43 UTC
release: cut the v15.1.2 release
Tip revision: 0861471
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