This commit is contained in:
tiago.kayaya
2021-06-03 11:31:19 +01:00
parent a5f8e18691
commit 30f720a3b9
5 changed files with 10 additions and 23 deletions
+2 -19
View File
@@ -40,7 +40,7 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
@NgModule({
declarations: [
HeaderPage,
HeaderNoSearchPage,
/* HeaderNoSearchPage, */
BtnSeguintePage,
BtnModalDismissPage,
BtnCriarPage,
@@ -53,14 +53,6 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
AttendeesPage,
AttendeeModalPage,
/* MessagesPage,
ContactsPage,
GroupMessagesPage,
NewGroupPage,
EditGroupPage,
GroupContactsPage,
EmptyChatPage, */
EventListComponent,
EmptyContainerPage,
EventsToApprovePage,
@@ -77,7 +69,7 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
],
exports: [
HeaderPage,
HeaderNoSearchPage,
/* HeaderNoSearchPage, */
BtnSeguintePage,
BtnModalDismissPage,
BtnCriarPage,
@@ -92,15 +84,6 @@ import { ChatPopoverPageModule } from '../shared/popover/chat-popover/chat-popov
AttendeeModalPage,
EventsToApprovePage,
/* MessagesPage,
ContactsPage,
GroupMessagesPage,
NewGroupPage,
EditGroupPage,
GroupContactsPage,
EmptyChatPage, */
//ChatPopoverPage,
EventListComponent,
EmptyContainerPage,
EventsToApprovePage,
+3 -1
View File
@@ -9,6 +9,7 @@ import { EventsPageRoutingModule } from './events-routing.module';
import { EventsPage } from './events.page';
// import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from 'src/app/components/components.module';
import { HeaderNoSearchPageModule } from 'src/app/shared/headers/header-no-search/header-no-search.module';
@NgModule({
imports: [
@@ -16,7 +17,8 @@ import { ComponentsModule } from 'src/app/components/components.module';
FormsModule,
IonicModule,
ComponentsModule,
EventsPageRoutingModule
EventsPageRoutingModule,
HeaderNoSearchPageModule,
],
declarations: [EventsPage],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
@@ -15,6 +15,6 @@ import { PublicationDetailPage } from './publication-detail.page';
IonicModule,
PublicationDetailPageRoutingModule
],
declarations: []
declarations: [PublicationDetailPage]
})
export class PublicationDetailPageModule {}
@@ -17,6 +17,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
ComponentsModule,
ViewPublicationsPageRoutingModule
],
declarations: []
exports: [ViewPublicationsPage],
declarations: [ViewPublicationsPage]
})
export class ViewPublicationsPageModule {}
@@ -15,6 +15,7 @@ import { HeaderNoSearchPage } from './header-no-search.page';
IonicModule,
HeaderNoSearchPageRoutingModule
],
declarations: []
exports: [HeaderNoSearchPage],
declarations: [HeaderNoSearchPage]
})
export class HeaderNoSearchPageModule {}