]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/angular/bootstrap.ts
Make angular client load dynamically the generated client id/secret
[github/Chocobozzz/PeerTube.git] / client / angular / bootstrap.ts
... / ...
CommitLineData
1import { bootstrap } from 'angular2/platform/browser';
2import { AppComponent } from './app/app.component';
3
4bootstrap(AppComponent);