PeerTube/client/app/main.ts

5 lines
126 B
TypeScript
Raw Normal View History

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