angular-docs-cn/public/docs/_examples/attribute-directives/ts/app/boot.ts

6 lines
141 B
TypeScript

// #docregion
import {bootstrap} from 'angular2/platform/browser'
import {AppComponent} from './app.component';
bootstrap(AppComponent);