mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save chat changes
This commit is contained in:
@@ -18,6 +18,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
EditGroupPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [EditGroupPage],
|
||||
declarations: [EditGroupPage]
|
||||
})
|
||||
export class EditGroupPageModule {}
|
||||
|
||||
@@ -20,6 +20,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
PipesModule,
|
||||
GroupContactsPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [GroupContactsPage],
|
||||
declarations: [GroupContactsPage]
|
||||
})
|
||||
export class GroupContactsPageModule {}
|
||||
|
||||
@@ -20,6 +20,7 @@ import { ChatPopoverPageModule } from '../../popover/chat-popover/chat-popover.m
|
||||
ChatPopoverPageModule,
|
||||
GroupMessagesPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [GroupMessagesPage],
|
||||
declarations: [GroupMessagesPage]
|
||||
})
|
||||
export class GroupMessagesPageModule {}
|
||||
|
||||
@@ -19,7 +19,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
ContactsPageRoutingModule
|
||||
],
|
||||
exports: [FilterPipe],
|
||||
declarations: []
|
||||
exports: [ContactsPage, FilterPipe],
|
||||
declarations: [ContactsPage]
|
||||
})
|
||||
export class ContactsPageModule {}
|
||||
|
||||
@@ -18,6 +18,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
MessagesPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [MessagesPage],
|
||||
declarations: [MessagesPage]
|
||||
})
|
||||
export class MessagesPageModule {}
|
||||
|
||||
@@ -18,6 +18,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
NewGroupPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [NewGroupPage],
|
||||
declarations: [NewGroupPage]
|
||||
})
|
||||
export class NewGroupPageModule {}
|
||||
|
||||
Reference in New Issue
Block a user