aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-08-25 12:11:42 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-08-25 12:11:42 +0200
commitd15ab38a905e6b50972e6f884917db9198279daf (patch)
treed13e725093b643aaab2e1d533f2675b68e9dbbee /client/src/app/shared
parent0aef76c479bc7fc758e70e1cd478ade46761b51b (diff)
downloadPeerTube-d15ab38a905e6b50972e6f884917db9198279daf.tar.gz
PeerTube-d15ab38a905e6b50972e6f884917db9198279daf.tar.zst
PeerTube-d15ab38a905e6b50972e6f884917db9198279daf.zip
Update client dependencies
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/shared.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts
index 99b51aa4e..d6a742693 100644
--- a/client/src/app/shared/shared.module.ts
+++ b/client/src/app/shared/shared.module.ts
@@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common'
3import { HttpModule } from '@angular/http' 3import { HttpModule } from '@angular/http'
4import { FormsModule, ReactiveFormsModule } from '@angular/forms' 4import { FormsModule, ReactiveFormsModule } from '@angular/forms'
5import { RouterModule } from '@angular/router' 5import { RouterModule } from '@angular/router'
6import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
6 7
7import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe' 8import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'
8import { KeysPipe } from 'angular-pipes/src/object/keys.pipe' 9import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'
@@ -26,6 +27,7 @@ import { VideoAbuseService } from './video-abuse'
26 ReactiveFormsModule, 27 ReactiveFormsModule,
27 HttpModule, 28 HttpModule,
28 RouterModule, 29 RouterModule,
30 BrowserAnimationsModule,
29 31
30 BsDropdownModule.forRoot(), 32 BsDropdownModule.forRoot(),
31 ModalModule.forRoot(), 33 ModalModule.forRoot(),