angular-cn/public/docs/_examples/homepage-todo/ts/app/main.ts

5 lines
125 B
TypeScript

// #docregion
import {bootstrap} from 'angular2/platform/browser';
import {TodoApp} from './todo_app';
bootstrap(TodoApp);