]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/main.ts
Add jquery and jquery.fileupload to typings.json
[github/Chocobozzz/PeerTube.git] / client / main.ts
1 import { bootstrap } from '@angular/platform-browser-dynamic';
2
3 import { AppComponent } from './app/app.component';
4
5 bootstrap(AppComponent);