]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/bootstrap.ts
Update to standard 7. Goodbye snake_case, I used to love you
[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);