]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/bootstrap.ts
Login in Angular : first draft
[github/Chocobozzz/PeerTube.git] / client / angular / bootstrap.ts
1 import { bootstrap } from 'angular2/platform/browser';
2 import { AppComponent } from './app/app.component';
3
4 bootstrap(AppComponent);