X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fvendor.ts;h=760fc8257d0b612ef3fa269db5b3788cbc5ac6cc;hb=108626609eda75e4ecc0a83a650a4d53c46220e0;hp=dcc4439db03461c7f246ed58c9254a8907534e6b;hpb=c21f59d334b748be99188688c9578c9cd5432874;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/vendor.ts b/client/src/vendor.ts index dcc4439db..760fc8257 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts @@ -8,16 +8,28 @@ import '@angular/platform-browser'; import '@angular/platform-browser-dynamic'; import '@angular/core'; import '@angular/common'; +import '@angular/forms'; import '@angular/http'; -import '@angular/router-deprecated'; +import '@angular/router'; + +import '@angularclass/hmr'; // RxJS -import 'rxjs/add/operator/map'; +import 'rxjs/Observable'; +import 'rxjs/Subject'; +import 'rxjs/ReplaySubject'; +import 'rxjs/add/operator/catch'; import 'rxjs/add/operator/mergeMap'; +import 'rxjs/add/operator/map'; +import 'rxjs/add/observable/throw'; -import 'jquery'; import 'bootstrap-loader'; -import 'jquery.ui.widget/jquery.ui.widget'; -import 'blueimp-file-upload'; -// TODO: build webtorrent with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -import 'webtorrent/webtorrent.min'; + +import 'angular-pipes/src/math/bytes.pipe'; +import 'ng2-file-upload'; +import 'video.js'; +import 'ng2-meta'; +import 'ng2-bootstrap/components/pagination'; +import 'ng2-bootstrap/components/dropdown'; +import 'ng2-bootstrap/components/progressbar'; +import 'ng2-bootstrap/components/modal';