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