diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-02 15:39:09 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-02 15:39:09 +0200 |
commit | a6375e69668ea42e19531c6bc68dcd37f3f7cbd7 (patch) | |
tree | 03204a408d56311692c3528bedcf95d2455e94f2 /client/src/vendor.ts | |
parent | 052937db8a8d282eccdbdf38d487ed8d85d3c0a7 (diff) | |
parent | c4403b29ad4db097af528a7f04eea07e0ed320d0 (diff) | |
download | PeerTube-a6375e69668ea42e19531c6bc68dcd37f3f7cbd7.tar.gz PeerTube-a6375e69668ea42e19531c6bc68dcd37f3f7cbd7.tar.zst PeerTube-a6375e69668ea42e19531c6bc68dcd37f3f7cbd7.zip |
Merge branch 'master' into webseed-merged
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r-- | client/src/vendor.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/vendor.ts b/client/src/vendor.ts index 8f029191a..95356d9d0 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts | |||
@@ -8,13 +8,17 @@ import '@angular/platform-browser'; | |||
8 | import '@angular/platform-browser-dynamic'; | 8 | import '@angular/platform-browser-dynamic'; |
9 | import '@angular/core'; | 9 | import '@angular/core'; |
10 | import '@angular/common'; | 10 | import '@angular/common'; |
11 | import '@angular/forms'; | ||
11 | import '@angular/http'; | 12 | import '@angular/http'; |
12 | import '@angular/router'; | 13 | import '@angular/router'; |
13 | 14 | ||
15 | import '@angularclass/hmr'; | ||
16 | |||
14 | // RxJS | 17 | // RxJS |
15 | import 'rxjs/Observable'; | 18 | import 'rxjs/Observable'; |
16 | import 'rxjs/Subject'; | 19 | import 'rxjs/Subject'; |
17 | import 'rxjs/add/operator/catch'; | 20 | import 'rxjs/add/operator/catch'; |
21 | import 'rxjs/add/operator/mergeMap'; | ||
18 | import 'rxjs/add/operator/map'; | 22 | import 'rxjs/add/operator/map'; |
19 | import 'rxjs/add/observable/throw'; | 23 | import 'rxjs/add/observable/throw'; |
20 | 24 | ||