mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -15,6 +15,7 @@ import { EmptyChatPage } from './empty-chat.page';
|
||||
IonicModule,
|
||||
EmptyChatPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [EmptyChatPage],
|
||||
declarations: [EmptyChatPage]
|
||||
})
|
||||
export class EmptyChatPageModule {}
|
||||
|
||||
@@ -10,6 +10,7 @@ import { ContactsPage } from './contacts.page';
|
||||
import { SharedModule } from 'src/app/shared/shared.module';
|
||||
import { FilterPipe } from 'src/app/pipes/filter.pipe';
|
||||
import { ComponentsModule } from 'src/app/components/components.module';
|
||||
import { PipesModule } from 'src/app/pipes/pipes.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -17,9 +18,10 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
ComponentsModule,
|
||||
ContactsPageRoutingModule
|
||||
ContactsPageRoutingModule,
|
||||
PipesModule,
|
||||
],
|
||||
exports: [ContactsPage, FilterPipe],
|
||||
declarations: [ContactsPage]
|
||||
exports: [ContactsPage],
|
||||
declarations: [ContactsPage, FilterPipe]
|
||||
})
|
||||
export class ContactsPageModule {}
|
||||
|
||||
Reference in New Issue
Block a user