2016-06-13 02:40:28 +02:00

7 lines
157 B
TypeScript

// #docregion
import { bootstrap } from '@angular/platform-browser-dynamic';
import { TodoAppComponent } from './todo_app';
bootstrap(TodoAppComponent);