save chat changes

This commit is contained in:
tiago.kayaya
2021-06-03 11:03:26 +01:00
parent 6ab7e3dc03
commit b09016a111
8 changed files with 30 additions and 25 deletions
@@ -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 {}