diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-10 17:43:40 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-10 17:46:29 +0200 |
commit | 00a446454d4721fc49517815655f6b4f8a17b554 (patch) | |
tree | 26f41fc11c059d5b051a98099857db971623b5d9 /client/src/vendor.ts | |
parent | e822fdaeee90cb7c70d5678f19249198cd7aae8c (diff) | |
download | PeerTube-00a446454d4721fc49517815655f6b4f8a17b554.tar.gz PeerTube-00a446454d4721fc49517815655f6b4f8a17b554.tar.zst PeerTube-00a446454d4721fc49517815655f6b4f8a17b554.zip |
Add tags support to the video list
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r-- | client/src/vendor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/vendor.ts b/client/src/vendor.ts index 437d05822..cf1524578 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts | |||
@@ -9,7 +9,7 @@ import '@angular/platform-browser-dynamic'; | |||
9 | import '@angular/core'; | 9 | import '@angular/core'; |
10 | import '@angular/common'; | 10 | import '@angular/common'; |
11 | import '@angular/http'; | 11 | import '@angular/http'; |
12 | import '@angular/router-deprecated'; | 12 | import '@angular/router'; |
13 | 13 | ||
14 | // RxJS | 14 | // RxJS |
15 | import 'rxjs/Observable'; | 15 | import 'rxjs/Observable'; |