Fixed error for search pipe 08/78808/1
authorSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Wed, 20 Feb 2019 07:48:58 +0000 (13:18 +0530)
committerSwapnali Shadanan Pode <sp00501638@techmahindra.com>
Wed, 20 Feb 2019 07:48:58 +0000 (13:18 +0530)
Change-Id: I21ac465e232d262e9e800a4efc0c400ba0a71ef6
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
cds-ui/client/src/app/common/shared/shared.module.ts

index 4ee7cca..8db020d 100644 (file)
@@ -25,16 +25,19 @@ import { HomeComponent } from './components/home/home.component';
 import { CBAWizardComponent } from './components/cbawizard/cbawizard.component';
 import { MatToolbarModule,MatIconModule, MatButtonModule, MatSidenavModule,  MatListModule, MatGridListModule, MatCardModule, MatMenuModule, MatTableModule, MatPaginatorModule, MatSortModule, MatInputModule, MatSelectModule, MatRadioModule, MatFormFieldModule, MatStepperModule} from '@angular/material';
 import { RouterModule } from "@angular/router";
+import { SearchPipe } from './pipes/search.pipe';
 
 @NgModule({
   declarations: [
     HomeComponent,
-    CBAWizardComponent
+    CBAWizardComponent,
+    SearchPipe
     
   ],
   exports: [
     HomeComponent,
-    CBAWizardComponent
+    CBAWizardComponent,
+    SearchPipe
   ],
   imports: [
     CommonModule,