mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Client: move vendor imports into the vendor file
This commit is contained in:
@@ -17,10 +17,19 @@ import '@angularclass/hmr';
|
||||
// RxJS
|
||||
import 'rxjs/Observable';
|
||||
import 'rxjs/Subject';
|
||||
import 'rxjs/ReplaySubject';
|
||||
import 'rxjs/add/operator/catch';
|
||||
import 'rxjs/add/operator/mergeMap';
|
||||
import 'rxjs/add/operator/map';
|
||||
import 'rxjs/add/observable/throw';
|
||||
|
||||
import 'bootstrap-loader';
|
||||
|
||||
import 'angular-pipes/src/math/bytes.pipe';
|
||||
import 'ng2-file-upload';
|
||||
import 'video.js';
|
||||
import 'ng2-meta';
|
||||
import 'ng2-bootstrap/components/pagination';
|
||||
import 'ng2-bootstrap/components/dropdown';
|
||||
import 'ng2-bootstrap/components/progressbar';
|
||||
import 'ng2-bootstrap/components/modal';
|
||||
|
||||
Reference in New Issue
Block a user