Files

7 lines
343 B
Markdown
Raw Permalink Normal View History

2019-05-29 09:35:46 -07:00
Supports execution of Angular apps on different supported browsers.
2018-09-19 15:25:13 -07:00
2019-05-29 09:35:46 -07:00
The `BrowserModule` is included by default in any app created through the CLI,
and it re-exports the `CommonModule` and `ApplicationModule` exports,
2018-09-19 15:25:13 -07:00
making basic Angular functionality available to the app.
For more information, see [Browser Support](guide/browser-support).