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