diff options
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 99893c8b1..0f57ef078 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -5,6 +5,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms'; | |||
5 | import { RouterModule } from '@angular/router'; | 5 | import { RouterModule } from '@angular/router'; |
6 | 6 | ||
7 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; | 7 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; |
8 | import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'; | ||
8 | import { DropdownModule } from 'ng2-bootstrap/dropdown'; | 9 | import { DropdownModule } from 'ng2-bootstrap/dropdown'; |
9 | import { ProgressbarModule } from 'ng2-bootstrap/progressbar'; | 10 | import { ProgressbarModule } from 'ng2-bootstrap/progressbar'; |
10 | import { PaginationModule } from 'ng2-bootstrap/pagination'; | 11 | import { PaginationModule } from 'ng2-bootstrap/pagination'; |
@@ -36,6 +37,7 @@ import { VideoAbuseService } from './video-abuse'; | |||
36 | 37 | ||
37 | declarations: [ | 38 | declarations: [ |
38 | BytesPipe, | 39 | BytesPipe, |
40 | KeysPipe, | ||
39 | SearchComponent | 41 | SearchComponent |
40 | ], | 42 | ], |
41 | 43 | ||
@@ -53,6 +55,7 @@ import { VideoAbuseService } from './video-abuse'; | |||
53 | ProgressbarModule, | 55 | ProgressbarModule, |
54 | Ng2SmartTableModule, | 56 | Ng2SmartTableModule, |
55 | BytesPipe, | 57 | BytesPipe, |
58 | KeysPipe, | ||
56 | 59 | ||
57 | SearchComponent | 60 | SearchComponent |
58 | ], | 61 | ], |