]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/angular/bootstrap.ts
Change api output for videos
[github/Chocobozzz/PeerTube.git] / client / angular / bootstrap.ts
CommitLineData
bd324a66
C
1import { bootstrap } from 'angular2/platform/browser';
2import { AppComponent } from './app/app.component';
3
4bootstrap(AppComponent);