PeerTube/client/angular/bootstrap.ts

5 lines
136 B
TypeScript
Raw Normal View History

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