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:
@@ -121,6 +121,7 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./shared/fingerprint/fingerprint.module').then( m => m.FingerprintPageModule)
|
||||
},
|
||||
|
||||
|
||||
/* {
|
||||
path: 'chat',
|
||||
component: ChatPage
|
||||
|
||||
@@ -7,11 +7,45 @@ 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';
|
||||
import { EventListComponent } from '../shared/agenda/event-list/event-list.component';
|
||||
import { ApproveEventComponent } from '../shared/agenda/approve-event/approve-event.component';
|
||||
import { AttendeesPage } from '../shared/event/attendees/attendees.page';
|
||||
import { AttendeeModalPage } from '../shared/event/attendee-modal/attendee-modal.page';
|
||||
import { EventsToApprovePage } from '../shared/gabinete-digital/events-to-approve/events-to-approve.page';
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
declarations: [
|
||||
HeaderPage,
|
||||
HeaderNoSearchPage,
|
||||
BtnSeguintePage,
|
||||
BtnModalDismissPage,
|
||||
EmptyChatPage,
|
||||
BtnCriarPage,
|
||||
BtnAdicionarPage,
|
||||
|
||||
ViewPublicationsPage,
|
||||
NewPublicationPage,
|
||||
PublicationDetailPage,
|
||||
NewActionPage,
|
||||
|
||||
NewEventPage,
|
||||
EditEventComponent,
|
||||
ViewEventPage,
|
||||
EventListComponent,
|
||||
ApproveEventComponent,
|
||||
AttendeesPage,
|
||||
AttendeeModalPage,
|
||||
EventsToApprovePage,
|
||||
],
|
||||
exports: [
|
||||
HeaderPage,
|
||||
HeaderNoSearchPage,
|
||||
@@ -20,6 +54,20 @@ import { HeaderNoSearchPage } from '../shared/headers/header-no-search/header-no
|
||||
EmptyChatPage,
|
||||
BtnCriarPage,
|
||||
BtnAdicionarPage,
|
||||
|
||||
ViewPublicationsPage,
|
||||
NewPublicationPage,
|
||||
PublicationDetailPage,
|
||||
NewActionPage,
|
||||
|
||||
NewEventPage,
|
||||
EditEventComponent,
|
||||
ViewEventPage,
|
||||
EventListComponent,
|
||||
ApproveEventComponent,
|
||||
AttendeesPage,
|
||||
AttendeeModalPage,
|
||||
EventsToApprovePage,
|
||||
],
|
||||
imports: [
|
||||
CommonModule
|
||||
|
||||
@@ -44,15 +44,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
CalModalPageModule,
|
||||
],
|
||||
declarations: [
|
||||
AgendaPage,
|
||||
NewEventPage,
|
||||
EditEventComponent,
|
||||
ViewEventPage,
|
||||
EventListComponent,
|
||||
ApproveEventComponent,
|
||||
AttendeesPage,
|
||||
AttendeeModalPage,
|
||||
EventsToApprovePage,
|
||||
AgendaPage
|
||||
],
|
||||
entryComponents: [
|
||||
EventsToApprovePage,
|
||||
|
||||
@@ -7,7 +7,7 @@ import { IonicModule } from '@ionic/angular';
|
||||
import { EventsPageRoutingModule } from './events-routing.module';
|
||||
|
||||
import { EventsPage } from './events.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';
|
||||
|
||||
@NgModule({
|
||||
|
||||
@@ -25,10 +25,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
],
|
||||
declarations: [
|
||||
PublicationsPage,
|
||||
ViewPublicationsPage,
|
||||
NewPublicationPage,
|
||||
PublicationDetailPage,
|
||||
NewActionPage
|
||||
]
|
||||
})
|
||||
export class PublicationsPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { BtnSeguintePage } from './btn-seguinte.page';
|
||||
IonicModule,
|
||||
BtnSeguintePageRoutingModule
|
||||
],
|
||||
declarations: [BtnSeguintePage]
|
||||
declarations: []
|
||||
})
|
||||
export class BtnSeguintePageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { HeaderPage } from './header.page';
|
||||
IonicModule,
|
||||
HeaderPageRoutingModule
|
||||
],
|
||||
declarations: [HeaderPage]
|
||||
declarations: []
|
||||
})
|
||||
export class HeaderPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { HeaderNoSearchPage } from './header-no-search.page';
|
||||
IonicModule,
|
||||
HeaderNoSearchPageRoutingModule
|
||||
],
|
||||
declarations: [HeaderNoSearchPage]
|
||||
declarations: []
|
||||
})
|
||||
export class HeaderNoSearchPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { NewPublicationPage } from './new-publication.page';
|
||||
IonicModule,
|
||||
NewPublicationPageRoutingModule
|
||||
],
|
||||
declarations: [NewPublicationPage]
|
||||
declarations: []
|
||||
})
|
||||
export class NewPublicationPageModule {}
|
||||
|
||||
+1
-1
@@ -15,6 +15,6 @@ import { PublicationDetailPage } from './publication-detail.page';
|
||||
IonicModule,
|
||||
PublicationDetailPageRoutingModule
|
||||
],
|
||||
declarations: [PublicationDetailPage]
|
||||
declarations: []
|
||||
})
|
||||
export class PublicationDetailPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { ViewPublicationsPage } from 'src/app/pages/publications/view-publicatio
|
||||
IonicModule,
|
||||
ViewPublicationsPageRoutingModule
|
||||
],
|
||||
declarations: [ViewPublicationsPage]
|
||||
declarations: []
|
||||
})
|
||||
export class ViewPublicationsPageModule {}
|
||||
|
||||
@@ -2,42 +2,43 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
import { HeaderPage } from './header/header.page';
|
||||
import { HeaderPrPage } from './header-pr/header-pr.page';
|
||||
import { BtnSeguintePage } from './btn-seguinte/btn-seguinte.page';
|
||||
import { BtnModalDismissPage } from './btn-modal-dismiss/btn-modal-dismiss.page';
|
||||
import { ChatPopoverPage } from './popover/chat-popover/chat-popover.page';
|
||||
import { HeaderNoSearchPage } from './headers/header-no-search/header-no-search.page';
|
||||
import { EmptyChatPage } from './chat/empty-chat/empty-chat.page';
|
||||
import { BtnCriarPage } from './buttons/btn-criar/btn-criar.page';
|
||||
import { BtnAdicionarPage } from './buttons/btn-adicionar/btn-adicionar.page';
|
||||
// import { HeaderPage } from './header/header.page';
|
||||
// import { HeaderPrPage } from './header-pr/header-pr.page';
|
||||
// import { BtnSeguintePage } from './btn-seguinte/btn-seguinte.page';
|
||||
// import { BtnModalDismissPage } from './btn-modal-dismiss/btn-modal-dismiss.page';
|
||||
// import { ChatPopoverPage } from './popover/chat-popover/chat-popover.page';
|
||||
// import { HeaderNoSearchPage } from './headers/header-no-search/header-no-search.page';
|
||||
// import { EmptyChatPage } from './chat/empty-chat/empty-chat.page';
|
||||
// import { BtnCriarPage } from './buttons/btn-criar/btn-criar.page';
|
||||
// import { BtnAdicionarPage } from './buttons/btn-adicionar/btn-adicionar.page';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
IonicModule
|
||||
],
|
||||
exports: [
|
||||
HeaderPage,
|
||||
HeaderPrPage,
|
||||
HeaderNoSearchPage,
|
||||
BtnSeguintePage,
|
||||
BtnModalDismissPage,
|
||||
EmptyChatPage,
|
||||
BtnCriarPage,
|
||||
BtnAdicionarPage,
|
||||
// HeaderPage,
|
||||
// HeaderPrPage,
|
||||
// BtnSeguintePage,
|
||||
// BtnModalDismissPage,
|
||||
// HeaderNoSearchPage,
|
||||
// EmptyChatPage,
|
||||
// BtnCriarPage,
|
||||
// BtnAdicionarPage,
|
||||
],
|
||||
entryComponents:[],
|
||||
declarations: [
|
||||
HeaderPage,
|
||||
HeaderPrPage,
|
||||
HeaderNoSearchPage,
|
||||
BtnSeguintePage,
|
||||
BtnModalDismissPage,
|
||||
EmptyChatPage,
|
||||
BtnCriarPage,
|
||||
BtnAdicionarPage,
|
||||
// HeaderPage,
|
||||
// HeaderPrPage,
|
||||
// BtnSeguintePage,
|
||||
// BtnModalDismissPage,
|
||||
// HeaderNoSearchPage,
|
||||
// EmptyChatPage,
|
||||
// BtnCriarPage,
|
||||
// BtnAdicionarPage,
|
||||
]
|
||||
})
|
||||
export class SharedModule {}
|
||||
Reference in New Issue
Block a user