mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
357 B
357 B
Supports execution of Angular apps on different supported browsers.
The BrowserModule is included by default in any app created through the CLI,
and it re-exports the CommonModule and ApplicationModule exports,
making basic Angular functionality available to the app.
For more information, see Browser Support.