2015-11-05 12:33:56 +00:00
|
|
|
|
@cheatsheetSection
|
2015-11-06 12:26:24 +00:00
|
|
|
|
Bootstrapping
|
|
|
|
|
@cheatsheetIndex 0
|
2015-11-05 12:33:56 +00:00
|
|
|
|
@description
|
|
|
|
|
`import {bootstrap} from 'angular2/angular2';`
|
|
|
|
|
|
|
|
|
|
@cheatsheetItem
|
2015-11-13 07:14:12 +00:00
|
|
|
|
`bootstrap(MyAppComponent, [MyService, provide(...)]);`
|
|
|
|
|
Bootstraps an application with MyAppComponent as the root component and configures the DI providers.
|