mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
save chat changes
This commit is contained in:
@@ -7,10 +7,6 @@ import { EmptyChatPage } from '../shared/chat/empty-chat/empty-chat.page';
|
||||
import { BtnCriarPage } from '../shared/buttons/btn-criar/btn-criar.page';
|
||||
import { BtnAdicionarPage } from '../shared/buttons/btn-adicionar/btn-adicionar.page';
|
||||
import { HeaderNoSearchPage } from '../shared/headers/header-no-search/header-no-search.page';
|
||||
import { NewPublicationPage } from '../shared/publication/new-publication/new-publication.page';
|
||||
import { ViewPublicationsPage } from '../shared/publication/view-publications/view-publications.page';
|
||||
import { PublicationDetailPage } from '../shared/publication/view-publications/publication-detail/publication-detail.page';
|
||||
import { NewActionPage } from '../shared/publication/new-action/new-action.page';
|
||||
import { NewEventPage } from '../shared/agenda/new-event/new-event.component';
|
||||
import { EditEventComponent } from '../shared/agenda/edit-event/edit-event.component';
|
||||
import { ViewEventPage } from '../shared/agenda/view-event/view-event.page';
|
||||
@@ -50,11 +46,6 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
|
||||
BtnCriarPage,
|
||||
BtnAdicionarPage,
|
||||
|
||||
/* ViewPublicationsPage,
|
||||
NewPublicationPage,
|
||||
PublicationDetailPage,
|
||||
NewActionPage, */
|
||||
|
||||
NewEventPage,
|
||||
EditEventComponent,
|
||||
ViewEventPage,
|
||||
@@ -62,13 +53,13 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
|
||||
AttendeesPage,
|
||||
AttendeeModalPage,
|
||||
|
||||
MessagesPage,
|
||||
/* MessagesPage,
|
||||
ContactsPage,
|
||||
GroupMessagesPage,
|
||||
NewGroupPage,
|
||||
EditGroupPage,
|
||||
GroupContactsPage,
|
||||
EmptyChatPage,
|
||||
EmptyChatPage, */
|
||||
|
||||
EventListComponent,
|
||||
EmptyContainerPage,
|
||||
@@ -92,11 +83,6 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
|
||||
BtnCriarPage,
|
||||
BtnAdicionarPage,
|
||||
|
||||
/* ViewPublicationsPage,
|
||||
NewPublicationPage,
|
||||
PublicationDetailPage, */
|
||||
//NewActionPage,
|
||||
|
||||
NewEventPage,
|
||||
EditEventComponent,
|
||||
ViewEventPage,
|
||||
@@ -106,13 +92,13 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
|
||||
AttendeeModalPage,
|
||||
EventsToApprovePage,
|
||||
|
||||
MessagesPage,
|
||||
/* MessagesPage,
|
||||
ContactsPage,
|
||||
GroupMessagesPage,
|
||||
NewGroupPage,
|
||||
EditGroupPage,
|
||||
GroupContactsPage,
|
||||
EmptyChatPage,
|
||||
EmptyChatPage, */
|
||||
//ChatPopoverPage,
|
||||
|
||||
EventListComponent,
|
||||
|
||||
@@ -18,6 +18,13 @@ import { GroupContactsPage } from 'src/app/shared/chat/group-messages/group-cont
|
||||
import { PipesModule } from 'src/app/pipes/pipes.module';
|
||||
import { EditGroupPage } from 'src/app/shared/chat/edit-group/edit-group.page';
|
||||
import { ComponentsModule } from 'src/app/components/components.module';
|
||||
import { ContactsPageModule } from 'src/app/shared/chat/messages/contacts/contacts.module';
|
||||
import { GroupMessagesPageModule } from 'src/app/shared/chat/group-messages/group-messages.module';
|
||||
import { NewGroupPageModule } from 'src/app/shared/chat/new-group/new-group.module';
|
||||
import { EditGroupPageModule } from 'src/app/shared/chat/edit-group/edit-group.module';
|
||||
import { GroupContactsPageModule } from 'src/app/shared/chat/group-messages/group-contacts/group-contacts.module';
|
||||
import { MessagesPageModule } from 'src/app/shared/chat/messages/messages.module';
|
||||
import { EmptyChatPageModule } from 'src/app/shared/chat/empty-chat/empty-chat.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -28,6 +35,13 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
PipesModule,
|
||||
ChatPageRoutingModule,
|
||||
RouterModule,
|
||||
MessagesPageModule,
|
||||
ContactsPageModule,
|
||||
GroupMessagesPageModule,
|
||||
NewGroupPageModule,
|
||||
EditGroupPageModule,
|
||||
GroupContactsPageModule,
|
||||
EmptyChatPageModule,
|
||||
],
|
||||
declarations: [
|
||||
ChatPage
|
||||
|
||||
@@ -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