aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r--client/src/app/shared/shared.module.ts3
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';
5import { RouterModule } from '@angular/router'; 5import { RouterModule } from '@angular/router';
6 6
7import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; 7import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe';
8import { KeysPipe } from 'angular-pipes/src/object/keys.pipe';
8import { DropdownModule } from 'ng2-bootstrap/dropdown'; 9import { DropdownModule } from 'ng2-bootstrap/dropdown';
9import { ProgressbarModule } from 'ng2-bootstrap/progressbar'; 10import { ProgressbarModule } from 'ng2-bootstrap/progressbar';
10import { PaginationModule } from 'ng2-bootstrap/pagination'; 11import { 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 ],