mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This change adds a syntax for bootstrapping Angular on a page that allows more fine-grained control of the hierarchy created. platform() creates a platform injector (of which there can only be one). From the platform, .application() creates an Angular application including a Zone and all specified application bindings (e.g. for the DOM, HTTP, Compiler, Renderer, etc). At the application level, .bootstrap() will bootstrap the given component into that application. Closes #3852 |
||
|---|---|---|
| .. | ||
| animate | ||
| benchmark/transform | ||
| compiler | ||
| core | ||
| http | ||
| mock | ||
| router | ||
| test_lib | ||
| tools | ||
| web_workers | ||
| platform.dart | ||
| platform.ts | ||