PeerTube/client/app/main.ts

5 lines
126 B
TypeScript
Raw Normal View History

2016-03-07 07:48:46 -06:00
import {bootstrap} from 'angular2/platform/browser'
import {AppComponent} from './app.component'
bootstrap(AppComponent);