mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save chenges in gabinete-digital
This commit is contained in:
@@ -15,6 +15,7 @@ import { EmptyContainerPage } from './empty-container.page';
|
||||
IonicModule,
|
||||
EmptyContainerPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [EmptyContainerPage],
|
||||
declarations: [EmptyContainerPage]
|
||||
})
|
||||
export class EmptyContainerPageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { DespachosPrPage } from './despachos-pr.page';
|
||||
IonicModule,
|
||||
DespachosPrPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [DespachosPrPage],
|
||||
declarations: [DespachosPrPage]
|
||||
})
|
||||
export class DespachosPrPageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { DespachosPage } from './despachos.page';
|
||||
IonicModule,
|
||||
DespachosPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [DespachosPage],
|
||||
declarations: [DespachosPage]
|
||||
})
|
||||
export class DespachosPageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { DiplomasAssinarPage } from './diplomas-assinar.page';
|
||||
IonicModule,
|
||||
DiplomasAssinarPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [DiplomasAssinarPage],
|
||||
declarations: [DiplomasAssinarPage]
|
||||
})
|
||||
export class DiplomasAssinarPageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { DiplomasPage } from './diplomas.page';
|
||||
IonicModule,
|
||||
DiplomasPageRoutingModule
|
||||
],
|
||||
exports: [DiplomasPage],
|
||||
declarations: [DiplomasPage]
|
||||
})
|
||||
export class DiplomasPageModule {}
|
||||
|
||||
@@ -18,7 +18,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
ExpedientePageRoutingModule
|
||||
],
|
||||
declarations: [],
|
||||
exports: [ExpedientePage],
|
||||
declarations: [ExpedientePage],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||
})
|
||||
export class ExpedientePageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { ExpedientesPrPage } from './expedientes-pr.page';
|
||||
IonicModule,
|
||||
ExpedientesPrPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [ ExpedientesPrPage],
|
||||
declarations: [ ExpedientesPrPage]
|
||||
})
|
||||
export class ExpedientesPrPageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { ExpedientsPage } from './expedients.page';
|
||||
IonicModule,
|
||||
ExpedientsPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [ExpedientsPage],
|
||||
declarations: [ExpedientsPage]
|
||||
})
|
||||
export class ExpedientsPageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { PedidosPage } from './pedidos.page';
|
||||
IonicModule,
|
||||
PedidosPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [PedidosPage],
|
||||
declarations: [PedidosPage]
|
||||
})
|
||||
export class PedidosPageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { PendentesPage } from './pendentes.page';
|
||||
IonicModule,
|
||||
PendentesPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
exports: [PendentesPage],
|
||||
declarations: [PendentesPage]
|
||||
})
|
||||
export class PendentesPageModule {}
|
||||
|
||||
Reference in New Issue
Block a user