diff options
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 74f6f579d..d0e163f69 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -12,6 +12,8 @@ import { SharedModule as PrimeSharedModule } from 'primeng/components/common/sha | |||
12 | import { DataTableModule } from 'primeng/components/datatable/datatable' | 12 | import { DataTableModule } from 'primeng/components/datatable/datatable' |
13 | 13 | ||
14 | import { AUTH_INTERCEPTOR_PROVIDER } from './auth' | 14 | import { AUTH_INTERCEPTOR_PROVIDER } from './auth' |
15 | import { DeleteButtonComponent } from './misc/delete-button.component' | ||
16 | import { EditButtonComponent } from './misc/edit-button.component' | ||
15 | import { FromNowPipe } from './misc/from-now.pipe' | 17 | import { FromNowPipe } from './misc/from-now.pipe' |
16 | import { LoaderComponent } from './misc/loader.component' | 18 | import { LoaderComponent } from './misc/loader.component' |
17 | import { NumberFormatterPipe } from './misc/number-formatter.pipe' | 19 | import { NumberFormatterPipe } from './misc/number-formatter.pipe' |
@@ -44,6 +46,8 @@ import { VideoService } from './video/video.service' | |||
44 | LoaderComponent, | 46 | LoaderComponent, |
45 | VideoThumbnailComponent, | 47 | VideoThumbnailComponent, |
46 | VideoMiniatureComponent, | 48 | VideoMiniatureComponent, |
49 | DeleteButtonComponent, | ||
50 | EditButtonComponent, | ||
47 | NumberFormatterPipe, | 51 | NumberFormatterPipe, |
48 | FromNowPipe | 52 | FromNowPipe |
49 | ], | 53 | ], |
@@ -66,6 +70,8 @@ import { VideoService } from './video/video.service' | |||
66 | LoaderComponent, | 70 | LoaderComponent, |
67 | VideoThumbnailComponent, | 71 | VideoThumbnailComponent, |
68 | VideoMiniatureComponent, | 72 | VideoMiniatureComponent, |
73 | DeleteButtonComponent, | ||
74 | EditButtonComponent, | ||
69 | 75 | ||
70 | NumberFormatterPipe, | 76 | NumberFormatterPipe, |
71 | FromNowPipe | 77 | FromNowPipe |