angular/packages/platform-browser/PACKAGE.md
2024-04-09 12:23:09 -07:00

7 lines
No EOL
356 B
Markdown

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](reference/versions#browser-support).