mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
289 B
Markdown
9 lines
289 B
Markdown
@cheatsheetSection
|
||
Bootstrapping
|
||
@cheatsheetIndex 0
|
||
@description
|
||
`import {bootstrap} from 'angular2/angular2';`
|
||
|
||
@cheatsheetItem
|
||
`bootstrap(MyAppComponent, [MyService, provide(...)]);`
|
||
Bootstraps an application with MyAppComponent as the root component and configures the DI providers.
|