mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f543d71cc3
PR Close #26047
7 lines
345 B
Markdown
7 lines
345 B
Markdown
Supports delivery 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](guide/browser-support). |