Ward Bell 79d3d9f0ad docs(samples): convert boot.ts -> main.ts
plus router text fix and missed beta.2 update to QS.js
closes #773
2016-01-28 17:32:38 -08:00

4 lines
126 B
TypeScript

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