]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/vendor.ts
Use ng2-file-upload instead of jquery and add tags support to the video
[github/Chocobozzz/PeerTube.git] / client / src / vendor.ts
index 7a8c8423e0f13729a759cc703f645d8f6a7ed3b6..437d05822634bdc4201e29d36fc9b41f7e8d0109 100644 (file)
@@ -12,8 +12,11 @@ import '@angular/http';
 import '@angular/router-deprecated';
 
 // RxJS
+import 'rxjs/Observable';
+import 'rxjs/Subject';
+import 'rxjs/add/operator/catch';
 import 'rxjs/add/operator/map';
 import 'rxjs/add/operator/mergeMap';
 
-import 'jquery';
 import 'bootstrap-loader';
+import 'ng2-file-upload';