]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/vendor.ts
Client: change url validation for friend add
[github/Chocobozzz/PeerTube.git] / client / src / vendor.ts
index dcc4439db03461c7f246ed58c9254a8907534e6b..df03bc5f42dc2d358974fc52845d9f1a2c8ff1a5 100644 (file)
@@ -8,16 +8,16 @@ 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';
 
 // RxJS
+import 'rxjs/Observable';
+import 'rxjs/Subject';
+import 'rxjs/add/operator/catch';
 import 'rxjs/add/operator/map';
-import 'rxjs/add/operator/mergeMap';
+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';