]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/vendor.ts
Client: add requests stats page
[github/Chocobozzz/PeerTube.git] / client / src / vendor.ts
index 7a8c8423e0f13729a759cc703f645d8f6a7ed3b6..95356d9d0a01172b1bc9ee41e57d24045210612e 100644 (file)
@@ -8,12 +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 'ng2-file-upload';