save chenges in gabinete-digital

This commit is contained in:
tiago.kayaya
2021-06-03 12:08:49 +01:00
parent 14949275b7
commit b9ae9bce3d
33 changed files with 110 additions and 32 deletions
+10 -7
View File
@@ -54,8 +54,11 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
AttendeesPage, AttendeesPage,
AttendeeModalPage, AttendeeModalPage,
EventListComponent, EventListComponent,
EmptyContainerPage, SignedDiplomaComponent,
/* EmptyContainerPage,
EventsToApprovePage, EventsToApprovePage,
ExpedientePage, ExpedientePage,
ExpedientsPage, ExpedientsPage,
@@ -64,8 +67,8 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
PendentesPage, PendentesPage,
DespachosPrPage, DespachosPrPage,
DiplomasPage, DiplomasPage,
ExpedientesPrPage, ExpedientesPrPage, */
SignedDiplomaComponent,
DiplomasAssinarPage DiplomasAssinarPage
], ],
exports: [ exports: [
@@ -86,7 +89,9 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
EventsToApprovePage, EventsToApprovePage,
EventListComponent, EventListComponent,
EmptyContainerPage, SignedDiplomaComponent,
/* EmptyContainerPage,
EventsToApprovePage, EventsToApprovePage,
ExpedientePage, ExpedientePage,
ExpedientsPage, ExpedientsPage,
@@ -95,9 +100,7 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
PendentesPage, PendentesPage,
DespachosPrPage, DespachosPrPage,
DiplomasPage, DiplomasPage,
ExpedientesPrPage, ExpedientesPrPage, */
SignedDiplomaComponent,
DiplomasAssinarPage
], ],
imports: [ imports: [
CommonModule, CommonModule,
+2
View File
@@ -25,6 +25,7 @@ import { EditGroupPageModule } from 'src/app/shared/chat/edit-group/edit-group.m
import { GroupContactsPageModule } from 'src/app/shared/chat/group-messages/group-contacts/group-contacts.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 { MessagesPageModule } from 'src/app/shared/chat/messages/messages.module';
import { EmptyChatPageModule } from 'src/app/shared/chat/empty-chat/empty-chat.module'; import { EmptyChatPageModule } from 'src/app/shared/chat/empty-chat/empty-chat.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -35,6 +36,7 @@ import { EmptyChatPageModule } from 'src/app/shared/chat/empty-chat/empty-chat.m
PipesModule, PipesModule,
ChatPageRoutingModule, ChatPageRoutingModule,
RouterModule, RouterModule,
HeaderPageModule,
MessagesPageModule, MessagesPageModule,
ContactsPageModule, ContactsPageModule,
GroupMessagesPageModule, GroupMessagesPageModule,
@@ -9,6 +9,7 @@ import { DespachoPrPageRoutingModule } from './despacho-pr-routing.module';
import { DespachoPrPage } from './despacho-pr.page'; import { DespachoPrPage } from './despacho-pr.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
DespachoPrPageRoutingModule DespachoPrPageRoutingModule,
HeaderPageModule,
], ],
declarations: [DespachoPrPage] declarations: [DespachoPrPage]
}) })
@@ -9,6 +9,7 @@ import { DespachosPrPageRoutingModule } from './despachos-pr-routing.module';
import { DespachosPrPage } from './despachos-pr.page'; import { DespachosPrPage } from './despachos-pr.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
DespachosPrPageRoutingModule DespachosPrPageRoutingModule,
HeaderPageModule,
], ],
declarations: [DespachosPrPage] declarations: [DespachosPrPage]
}) })
@@ -9,6 +9,7 @@ import { DespachoPageRoutingModule } from './despacho-routing.module';
import { DespachoPage } from './despacho.page'; import { DespachoPage } from './despacho.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
DespachoPageRoutingModule DespachoPageRoutingModule,
HeaderPageModule,
], ],
declarations: [ declarations: [
DespachoPage, DespachoPage,
@@ -9,6 +9,7 @@ import { DespachosPageRoutingModule } from './despachos-routing.module';
import { DespachosPage } from './despachos.page'; import { DespachosPage } from './despachos.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -17,6 +18,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
DespachosPageRoutingModule, DespachosPageRoutingModule,
HeaderPageModule,
], ],
declarations: [ declarations: [
DespachosPage, DespachosPage,
@@ -9,6 +9,7 @@ import { DiplomaAssinarPageRoutingModule } from './diploma-assinar-routing.modul
import { DiplomaAssinarPage } from './diploma-assinar.page'; import { DiplomaAssinarPage } from './diploma-assinar.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
DiplomaAssinarPageRoutingModule DiplomaAssinarPageRoutingModule,
HeaderPageModule,
], ],
declarations: [DiplomaAssinarPage] declarations: [DiplomaAssinarPage]
}) })
@@ -9,6 +9,7 @@ import { DiplomasAssinarPageRoutingModule } from './diplomas-assinar-routing.mod
import { DiplomasAssinarPage } from './diplomas-assinar.page'; import { DiplomasAssinarPage } from './diplomas-assinar.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,6 +17,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
DiplomasAssinarPageRoutingModule, DiplomasAssinarPageRoutingModule,
HeaderPageModule,
ComponentsModule ComponentsModule
], ],
declarations: [DiplomasAssinarPage] declarations: [DiplomasAssinarPage]
@@ -9,6 +9,7 @@ import { DiplomaPageRoutingModule } from './diploma-routing.module';
import { DiplomaPage } from './diploma.page'; import { DiplomaPage } from './diploma.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
DiplomaPageRoutingModule DiplomaPageRoutingModule,
HeaderPageModule,
], ],
declarations: [DiplomaPage] declarations: [DiplomaPage]
}) })
@@ -9,6 +9,7 @@ import { DiplomasPageRoutingModule } from './diplomas-routing.module';
import { DiplomasPage } from './diplomas.page'; import { DiplomasPage } from './diplomas.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,6 +17,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
DiplomasPageRoutingModule, DiplomasPageRoutingModule,
HeaderPageModule,
ComponentsModule ComponentsModule
], ],
declarations: [] declarations: []
@@ -7,13 +7,15 @@ import { IonicModule } from '@ionic/angular';
import { ApproveEventModalPageRoutingModule } from './approve-event-modal-routing.module'; import { ApproveEventModalPageRoutingModule } from './approve-event-modal-routing.module';
import { ApproveEventModalPage } from './approve-event-modal.page'; import { ApproveEventModalPage } from './approve-event-modal.page';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule, CommonModule,
FormsModule, FormsModule,
IonicModule, IonicModule,
ApproveEventModalPageRoutingModule ApproveEventModalPageRoutingModule,
HeaderPageModule,
], ],
declarations: [ApproveEventModalPage] declarations: [ApproveEventModalPage]
}) })
@@ -9,6 +9,7 @@ import { ApproveEventPageRoutingModule } from './approve-event-routing.module';
import { ApproveEventPage } from './approve-event.page'; import { ApproveEventPage } from './approve-event.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
ApproveEventPageRoutingModule ApproveEventPageRoutingModule,
HeaderPageModule,
], ],
declarations: [ApproveEventPage] declarations: [ApproveEventPage]
}) })
@@ -9,6 +9,7 @@ import { EventListPageRoutingModule } from './event-list-routing.module';
import { EventListPage } from './event-list.page'; import { EventListPage } from './event-list.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
EventListPageRoutingModule EventListPageRoutingModule,
HeaderPageModule,
], ],
declarations: [EventListPage] declarations: [EventListPage]
}) })
@@ -9,6 +9,7 @@ import { ExpedientePageRoutingModule } from './expediente-routing.module';
import { ExpedientePage } from './expediente.page'; import { ExpedientePage } from './expediente.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
ExpedientePageRoutingModule ExpedientePageRoutingModule,
HeaderPageModule,
], ],
declarations: [ExpedientePage], declarations: [ExpedientePage],
schemas: [CUSTOM_ELEMENTS_SCHEMA] schemas: [CUSTOM_ELEMENTS_SCHEMA]
@@ -9,6 +9,7 @@ import { ExpedientePrPageRoutingModule } from './expediente-pr-routing.module';
import { ExpedientePrPage } from './expediente-pr.page'; import { ExpedientePrPage } from './expediente-pr.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
ExpedientePrPageRoutingModule ExpedientePrPageRoutingModule,
HeaderPageModule,
], ],
declarations: [ExpedientePrPage] declarations: [ExpedientePrPage]
}) })
@@ -9,6 +9,7 @@ import { ExpedientesPrPageRoutingModule } from './expedientes-pr-routing.module'
import { ExpedientesPrPage } from './expedientes-pr.page'; import { ExpedientesPrPage } from './expedientes-pr.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,6 +17,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ExpedientesPrPageRoutingModule, ExpedientesPrPageRoutingModule,
HeaderPageModule,
ComponentsModule ComponentsModule
], ],
declarations: [ExpedientesPrPage] declarations: [ExpedientesPrPage]
@@ -23,6 +23,18 @@ import { ExpedientesPrPage } from 'src/app/shared/gabinete-digital/expedientes-p
import { SignedDiplomaComponent } from 'src/app/shared/gabinete-digital/signed-diploma/signed-diploma.component'; 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 { 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';
import { EmptyContainerPageModule } from 'src/app/shared/empty-container/empty-container.module';
import { EventsToApprovePageModule } from 'src/app/shared/gabinete-digital/events-to-approve/events-to-approve.module';
import { ExpedientePageModule } from 'src/app/shared/gabinete-digital/expediente/expediente.module';
import { ExpedientsPageModule } from 'src/app/shared/gabinete-digital/expedients/expedients.module';
import { PedidosPageModule } from 'src/app/shared/gabinete-digital/pedidos/pedidos.module';
import { DespachosPageModule } from 'src/app/shared/gabinete-digital/despachos/despachos.module';
import { PendentesPageModule } from 'src/app/shared/gabinete-digital/pendentes/pendentes.module';
import { DespachosPrPageModule } from 'src/app/shared/gabinete-digital/despachos-pr/despachos-pr.module';
import { DiplomasPageModule } from 'src/app/shared/gabinete-digital/diplomas/diplomas.module';
import { ExpedientesPrPageModule } from 'src/app/shared/gabinete-digital/expedientes-pr/expedientes-pr.module';
import { DiplomasAssinarPageModule } from 'src/app/shared/gabinete-digital/diplomas-assinar/diplomas-assinar.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -30,7 +42,20 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
GabineteDigitalPageRoutingModule GabineteDigitalPageRoutingModule,
HeaderPageModule,
EmptyContainerPageModule,
EventsToApprovePageModule,
ExpedientePageModule,
ExpedientsPageModule,
PedidosPageModule,
DespachosPageModule,
PendentesPageModule,
DespachosPrPageModule,
DiplomasPageModule,
ExpedientesPrPageModule,
DiplomasAssinarPageModule
], ],
declarations: [ declarations: [
GabineteDigitalPage GabineteDigitalPage
@@ -9,6 +9,7 @@ import { PedidoPageRoutingModule } from './pedido-routing.module';
import { PedidoPage } from './pedido.page'; import { PedidoPage } from './pedido.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
PedidoPageRoutingModule PedidoPageRoutingModule,
HeaderPageModule,
], ],
declarations: [PedidoPage] declarations: [PedidoPage]
}) })
@@ -9,6 +9,7 @@ import { PedidosPageRoutingModule } from './pedidos-routing.module';
import { PedidosPage } from './pedidos.page'; import { PedidosPage } from './pedidos.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
PedidosPageRoutingModule PedidosPageRoutingModule,
HeaderPageModule,
], ],
declarations: [PedidosPage] declarations: [PedidosPage]
}) })
@@ -9,6 +9,7 @@ import { PendentesPageRoutingModule } from './pendentes-routing.module';
import { PendentesPage } from './pendentes.page'; import { PendentesPage } from './pendentes.page';
import { SharedModule } from 'src/app/shared/shared.module'; import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module'; import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
imports: [ imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule, FormsModule,
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
PendentesPageRoutingModule PendentesPageRoutingModule,
HeaderPageModule,
], ],
declarations: [PendentesPage] declarations: [PendentesPage]
}) })
@@ -15,6 +15,7 @@ import { NewActionPage } from './new-action.page';
IonicModule, IonicModule,
NewActionPageRoutingModule NewActionPageRoutingModule
], ],
declarations: [] exports: [NewActionPage],
declarations: [NewActionPage]
}) })
export class NewActionPageModule {} export class NewActionPageModule {}
@@ -15,6 +15,7 @@ import { NewPublicationPage } from './new-publication.page';
IonicModule, IonicModule,
NewPublicationPageRoutingModule NewPublicationPageRoutingModule
], ],
declarations: [] exports: [NewPublicationPage],
declarations: [NewPublicationPage]
}) })
export class NewPublicationPageModule {} export class NewPublicationPageModule {}
@@ -17,6 +17,7 @@ import { ViewPublicationsPageModule } from 'src/app/shared/publication/view-publ
import { NewPublicationPageModule } from 'src/app/shared/publication/new-publication/new-publication.module'; import { NewPublicationPageModule } from 'src/app/shared/publication/new-publication/new-publication.module';
import { NewActionPageModule } from 'src/app/shared/publication/new-action/new-action.module'; import { NewActionPageModule } from 'src/app/shared/publication/new-action/new-action.module';
import { PublicationDetailPageModule } from 'src/app/shared/publication/view-publications/publication-detail/publication-detail.module'; import { PublicationDetailPageModule } from 'src/app/shared/publication/view-publications/publication-detail/publication-detail.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({ @NgModule({
@@ -26,6 +27,7 @@ import { PublicationDetailPageModule } from 'src/app/shared/publication/view-pub
IonicModule, IonicModule,
ComponentsModule, ComponentsModule,
PublicationsPageRoutingModule, PublicationsPageRoutingModule,
HeaderPageModule,
ViewPublicationsPageModule, ViewPublicationsPageModule,
NewPublicationPageModule, NewPublicationPageModule,
PublicationDetailPageModule, PublicationDetailPageModule,
@@ -15,6 +15,7 @@ import { EmptyContainerPage } from './empty-container.page';
IonicModule, IonicModule,
EmptyContainerPageRoutingModule EmptyContainerPageRoutingModule
], ],
declarations: [] exports: [EmptyContainerPage],
declarations: [EmptyContainerPage]
}) })
export class EmptyContainerPageModule {} export class EmptyContainerPageModule {}
@@ -15,6 +15,7 @@ import { DespachosPrPage } from './despachos-pr.page';
IonicModule, IonicModule,
DespachosPrPageRoutingModule DespachosPrPageRoutingModule
], ],
declarations: [] exports: [DespachosPrPage],
declarations: [DespachosPrPage]
}) })
export class DespachosPrPageModule {} export class DespachosPrPageModule {}
@@ -15,6 +15,7 @@ import { DespachosPage } from './despachos.page';
IonicModule, IonicModule,
DespachosPageRoutingModule DespachosPageRoutingModule
], ],
declarations: [] exports: [DespachosPage],
declarations: [DespachosPage]
}) })
export class DespachosPageModule {} export class DespachosPageModule {}
@@ -15,6 +15,7 @@ import { DiplomasAssinarPage } from './diplomas-assinar.page';
IonicModule, IonicModule,
DiplomasAssinarPageRoutingModule DiplomasAssinarPageRoutingModule
], ],
declarations: [] exports: [DiplomasAssinarPage],
declarations: [DiplomasAssinarPage]
}) })
export class DiplomasAssinarPageModule {} export class DiplomasAssinarPageModule {}
@@ -15,6 +15,7 @@ import { DiplomasPage } from './diplomas.page';
IonicModule, IonicModule,
DiplomasPageRoutingModule DiplomasPageRoutingModule
], ],
exports: [DiplomasPage],
declarations: [DiplomasPage] declarations: [DiplomasPage]
}) })
export class DiplomasPageModule {} export class DiplomasPageModule {}
@@ -18,7 +18,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
ComponentsModule, ComponentsModule,
ExpedientePageRoutingModule ExpedientePageRoutingModule
], ],
declarations: [], exports: [ExpedientePage],
declarations: [ExpedientePage],
schemas: [CUSTOM_ELEMENTS_SCHEMA] schemas: [CUSTOM_ELEMENTS_SCHEMA]
}) })
export class ExpedientePageModule {} export class ExpedientePageModule {}
@@ -15,6 +15,7 @@ import { ExpedientesPrPage } from './expedientes-pr.page';
IonicModule, IonicModule,
ExpedientesPrPageRoutingModule ExpedientesPrPageRoutingModule
], ],
declarations: [] exports: [ ExpedientesPrPage],
declarations: [ ExpedientesPrPage]
}) })
export class ExpedientesPrPageModule {} export class ExpedientesPrPageModule {}
@@ -15,6 +15,7 @@ import { ExpedientsPage } from './expedients.page';
IonicModule, IonicModule,
ExpedientsPageRoutingModule ExpedientsPageRoutingModule
], ],
declarations: [] exports: [ExpedientsPage],
declarations: [ExpedientsPage]
}) })
export class ExpedientsPageModule {} export class ExpedientsPageModule {}
@@ -15,6 +15,7 @@ import { PedidosPage } from './pedidos.page';
IonicModule, IonicModule,
PedidosPageRoutingModule PedidosPageRoutingModule
], ],
declarations: [] exports: [PedidosPage],
declarations: [PedidosPage]
}) })
export class PedidosPageModule {} export class PedidosPageModule {}
@@ -15,6 +15,7 @@ import { PendentesPage } from './pendentes.page';
IonicModule, IonicModule,
PendentesPageRoutingModule PendentesPageRoutingModule
], ],
declarations: [] exports: [PendentesPage],
declarations: [PendentesPage]
}) })
export class PendentesPageModule {} export class PendentesPageModule {}