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
+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]