X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fvendor.ts;h=760fc8257d0b612ef3fa269db5b3788cbc5ac6cc;hb=108626609eda75e4ecc0a83a650a4d53c46220e0;hp=7a8c8423e0f13729a759cc703f645d8f6a7ed3b6;hpb=b20b5fed405f0ab24d24709d7db65625a79f3b37;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/vendor.ts b/client/src/vendor.ts index 7a8c8423e..760fc8257 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts @@ -8,12 +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 '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';