add pipe component to filter array values

This commit is contained in:
tiago.kayaya
2021-01-13 15:49:58 +01:00
parent ed84132a9e
commit 859bccc076
7 changed files with 83 additions and 50 deletions
@@ -8,6 +8,7 @@ import { ContactsPageRoutingModule } from './contacts-routing.module';
import { ContactsPage } from './contacts.page';
import { SharedModule } from 'src/app/shared/shared.module';
import { PipesModule } from 'src/app/pipes/pipes.module';
@NgModule({
imports: [
@@ -15,6 +16,7 @@ import { SharedModule } from 'src/app/shared/shared.module';
FormsModule,
IonicModule,
SharedModule,
PipesModule,
ContactsPageRoutingModule
],
declarations: [ContactsPage]