https://github.com/angular/angular
Raw File
Tip revision: 4a7e7242382e069b487ed89cdc42e5368af0c007 authored by dario-piotrowicz on 23 May 2022, 20:54:54 UTC
refactor(compiler-cli): fix "for to" typo in code comment (#46113)
Tip revision: 4a7e724
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