aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/shared/shared.module.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-05-29 18:05:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-29 18:05:10 +0000
commitb86fe0e27bc66ecae386007c1d751f82cbf920cd (patch)
tree353abe10e7bed944b904d9c6dfd26ae305a1d469 /cds-ui/client/src/app/common/shared/shared.module.ts
parent7f44056b720529928c165a9fb11e5ec7a32b404f (diff)
parentb0bda9b6310a84ce00a747926c78b04b66eac8ae (diff)
Merge "CCSDK-1308- Files sorting"
Diffstat (limited to 'cds-ui/client/src/app/common/shared/shared.module.ts')
-rw-r--r--cds-ui/client/src/app/common/shared/shared.module.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/cds-ui/client/src/app/common/shared/shared.module.ts b/cds-ui/client/src/app/common/shared/shared.module.ts
index 6ca5b13a5..b036f5967 100644
--- a/cds-ui/client/src/app/common/shared/shared.module.ts
+++ b/cds-ui/client/src/app/common/shared/shared.module.ts
@@ -29,20 +29,22 @@ import { RouterModule } from "@angular/router";
import { SearchPipe } from './pipes/search.pipe';
import { SearchDialog } from './components/search-dialog/search-dialog.component';
import { AppMaterialModule } from '../modules/app-material.module';
+import { SortPipe } from './pipes/sort.pipe';
@NgModule({
declarations: [
HomeComponent,
CBAWizardComponent,
SearchPipe,
- SearchDialog
-
+ SearchDialog,
+ SortPipe
],
exports: [
HomeComponent,
CBAWizardComponent,
SearchPipe,
- SearchDialog
+ SearchDialog,
+ SortPipe
],
imports: [
AppMaterialModule,