diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-08-25 12:11:42 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-08-25 12:11:42 +0200 |
commit | d15ab38a905e6b50972e6f884917db9198279daf (patch) | |
tree | d13e725093b643aaab2e1d533f2675b68e9dbbee /client/src | |
parent | 0aef76c479bc7fc758e70e1cd478ade46761b51b (diff) | |
download | PeerTube-d15ab38a905e6b50972e6f884917db9198279daf.tar.gz PeerTube-d15ab38a905e6b50972e6f884917db9198279daf.tar.zst PeerTube-d15ab38a905e6b50972e6f884917db9198279daf.zip |
Update client dependencies
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 2 |
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' | |||
3 | import { HttpModule } from '@angular/http' | 3 | import { HttpModule } from '@angular/http' |
4 | import { FormsModule, ReactiveFormsModule } from '@angular/forms' | 4 | import { FormsModule, ReactiveFormsModule } from '@angular/forms' |
5 | import { RouterModule } from '@angular/router' | 5 | import { RouterModule } from '@angular/router' |
6 | import { BrowserAnimationsModule } from '@angular/platform-browser/animations' | ||
6 | 7 | ||
7 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe' | 8 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe' |
8 | import { KeysPipe } from 'angular-pipes/src/object/keys.pipe' | 9 | import { 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(), |