https://github.com/angular/angular
Raw File
Tip revision: ae34e6cabdb6b7d4e6332ac18e94c7d6c28c7191 authored by Paul Gschwendtner on 10 January 2023, 14:04:24 UTC
fix(language-service): expose `package.json` for vscode extension resolution (#48678)
Tip revision: ae34e6c
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