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