https://github.com/angular/angular
Raw File
Tip revision: ec6d328ba60aea2daecceffb9364e8946ad7bc3a authored by Ben Hong on 27 March 2024, 16:55:55 UTC
fix(docs-infra): add cookie consent gtag event default state
Tip revision: ec6d328
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