diff options
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r-- | client/src/vendor.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/vendor.ts b/client/src/vendor.ts index 95356d9d0..760fc8257 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts | |||
@@ -17,10 +17,19 @@ import '@angularclass/hmr'; | |||
17 | // RxJS | 17 | // RxJS |
18 | import 'rxjs/Observable'; | 18 | import 'rxjs/Observable'; |
19 | import 'rxjs/Subject'; | 19 | import 'rxjs/Subject'; |
20 | import 'rxjs/ReplaySubject'; | ||
20 | import 'rxjs/add/operator/catch'; | 21 | import 'rxjs/add/operator/catch'; |
21 | import 'rxjs/add/operator/mergeMap'; | 22 | import 'rxjs/add/operator/mergeMap'; |
22 | import 'rxjs/add/operator/map'; | 23 | import 'rxjs/add/operator/map'; |
23 | import 'rxjs/add/observable/throw'; | 24 | import 'rxjs/add/observable/throw'; |
24 | 25 | ||
25 | import 'bootstrap-loader'; | 26 | import 'bootstrap-loader'; |
27 | |||
28 | import 'angular-pipes/src/math/bytes.pipe'; | ||
26 | import 'ng2-file-upload'; | 29 | import 'ng2-file-upload'; |
30 | import 'video.js'; | ||
31 | import 'ng2-meta'; | ||
32 | import 'ng2-bootstrap/components/pagination'; | ||
33 | import 'ng2-bootstrap/components/dropdown'; | ||
34 | import 'ng2-bootstrap/components/progressbar'; | ||
35 | import 'ng2-bootstrap/components/modal'; | ||