mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -15,6 +15,6 @@ import { DespachosPrPage } from './despachos-pr.page';
|
||||
IonicModule,
|
||||
DespachosPrPageRoutingModule
|
||||
],
|
||||
declarations: [DespachosPrPage]
|
||||
declarations: []
|
||||
})
|
||||
export class DespachosPrPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { DespachosPage } from './despachos.page';
|
||||
IonicModule,
|
||||
DespachosPageRoutingModule
|
||||
],
|
||||
declarations: [DespachosPage]
|
||||
declarations: []
|
||||
})
|
||||
export class DespachosPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { DiplomasAssinarPage } from './diplomas-assinar.page';
|
||||
IonicModule,
|
||||
DiplomasAssinarPageRoutingModule
|
||||
],
|
||||
declarations: [DiplomasAssinarPage]
|
||||
declarations: []
|
||||
})
|
||||
export class DiplomasAssinarPageModule {}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="title">
|
||||
<div class="thetitle"><ion-label >Diplomas</ion-label></div>
|
||||
<div class="theicon">
|
||||
<button class="btn-no-color" (click)="doRefresh($event)">
|
||||
<button class="btn-no-color" (click)="doRefresh()">
|
||||
<ion-icon slot="end" class="title-icon" name="reload-circle"></ion-icon>
|
||||
</button>
|
||||
</div>
|
||||
@@ -19,7 +19,7 @@
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
<ion-content>
|
||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh()">
|
||||
<ion-refresher-content
|
||||
pullingIcon="chevron-down-circle-outline"
|
||||
pullingText="deslize para actualizar"
|
||||
|
||||
@@ -16,8 +16,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
|
||||
EditEventToApproveComponentRoutingModule
|
||||
],
|
||||
declarations: [
|
||||
EditEventToApproveComponent,
|
||||
AttendeeModalPage
|
||||
EditEventToApproveComponent
|
||||
]
|
||||
})
|
||||
export class EditEventToApproveComponentModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { EventsToApprovePage } from './events-to-approve.page';
|
||||
IonicModule,
|
||||
EventsToApprovePageRoutingModule
|
||||
],
|
||||
declarations: [EventsToApprovePage]
|
||||
declarations: []
|
||||
})
|
||||
export class EventsToApprovePageModule {}
|
||||
|
||||
@@ -18,7 +18,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
ExpedientePageRoutingModule
|
||||
],
|
||||
declarations: [ExpedientePage],
|
||||
declarations: [],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||
})
|
||||
export class ExpedientePageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { ExpedientesPrPage } from './expedientes-pr.page';
|
||||
IonicModule,
|
||||
ExpedientesPrPageRoutingModule
|
||||
],
|
||||
declarations: [ExpedientesPrPage]
|
||||
declarations: []
|
||||
})
|
||||
export class ExpedientesPrPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { ExpedientsPage } from './expedients.page';
|
||||
IonicModule,
|
||||
ExpedientsPageRoutingModule
|
||||
],
|
||||
declarations: [ExpedientsPage]
|
||||
declarations: []
|
||||
})
|
||||
export class ExpedientsPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { PedidosPage } from './pedidos.page';
|
||||
IonicModule,
|
||||
PedidosPageRoutingModule
|
||||
],
|
||||
declarations: [PedidosPage]
|
||||
declarations: []
|
||||
})
|
||||
export class PedidosPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { PendentesPage } from './pendentes.page';
|
||||
IonicModule,
|
||||
PendentesPageRoutingModule
|
||||
],
|
||||
declarations: [PendentesPage]
|
||||
declarations: []
|
||||
})
|
||||
export class PendentesPageModule {}
|
||||
|
||||
Reference in New Issue
Block a user