]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/vendor.ts
Client: avoid "quit friends" to appear during the pending request
[github/Chocobozzz/PeerTube.git] / client / src / vendor.ts
index dcc4439db03461c7f246ed58c9254a8907534e6b..95356d9d0a01172b1bc9ee41e57d24045210612e 100644 (file)
@@ -8,16 +8,19 @@ 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/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 'ng2-file-upload';