This commit is contained in:
tiago.kayaya
2021-06-02 21:22:26 +01:00
parent 55f758f2da
commit 462a68fce4
37 changed files with 101 additions and 98 deletions
@@ -17,8 +17,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
EditEventPageRoutingModule
],
declarations: [
EditEventPage,
AttendeeModalPage
EditEventPage
]
})
export class EditEventPageModule {}
+2 -17
View File
@@ -30,24 +30,9 @@ import { ComponentsModule } from 'src/app/components/components.module';
RouterModule,
],
declarations: [
ChatPage,
MessagesPage,
ContactsPage,
GroupMessagesPage,
NewGroupPage,
EditGroupPage,
GroupContactsPage,
EmptyChatPage,
ChatPage
],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
entryComponents: [
MessagesPage,
ContactsPage,
GroupMessagesPage,
NewGroupPage,
EditGroupPage,
GroupContactsPage,
EmptyChatPage,
]
entryComponents: []
})
export class ChatPageModule {}
@@ -18,6 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
DiplomasPageRoutingModule,
ComponentsModule
],
declarations: [DiplomasPage]
declarations: []
})
export class DiplomasPageModule {}
@@ -17,8 +17,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
BookMeetingModalPageRoutingModule
],
declarations: [
BookMeetingModalPage,
AttendeeModalPage
BookMeetingModalPage
]
})
export class BookMeetingModalPageModule {}
@@ -18,9 +18,7 @@ import { EmptyContainerPage } from 'src/app/shared/empty-container/empty-contain
ExpedientTaskModalPageRoutingModule
],
declarations: [
ExpedientTaskModalPage,
AttendeeModalPage,
EmptyContainerPage,
ExpedientTaskModalPage
],
entryComponents: [
EmptyContainerPage,]
@@ -23,7 +23,6 @@ import { ExpedientesPrPage } from 'src/app/shared/gabinete-digital/expedientes-p
import { SignedDiplomaComponent } from 'src/app/shared/gabinete-digital/signed-diploma/signed-diploma.component';
import { DiplomasAssinarPage } from 'src/app/shared/gabinete-digital/diplomas-assinar/diplomas-assinar.page';
import { ComponentsModule } from 'src/app/components/components.module';
/* import { ComponentsModule } from 'src/app/components/components.module'; */
@NgModule({
imports: [
@@ -34,35 +33,9 @@ import { ComponentsModule } from 'src/app/components/components.module';
GabineteDigitalPageRoutingModule
],
declarations: [
GabineteDigitalPage,
EventListComponent,
EmptyContainerPage,
EventsToApprovePage,
ExpedientePage,
ExpedientsPage,
PedidosPage,
DespachosPage,
PendentesPage,
DespachosPrPage,
DiplomasPage,
ExpedientesPrPage,
SignedDiplomaComponent,
DiplomasAssinarPage
],
entryComponents: [
EmptyContainerPage,
EventsToApprovePage,
ExpedientePage,
ExpedientsPage,
PedidosPage,
DespachosPage,
PendentesPage,
DespachosPrPage,
DiplomasPage,
ExpedientesPrPage,
SignedDiplomaComponent,
DiplomasAssinarPage
GabineteDigitalPage
],
entryComponents: [],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
export class GabineteDigitalPageModule {}