|
@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
|
|
import { CommonModule } from '@angular/common';
|
|
import { CommonModule } from '@angular/common';
|
|
import { FormsModule } from '@angular/forms';
|
|
import { FormsModule } from '@angular/forms';
|
|
import { Tab1Page } from './tab1.page';
|
|
import { Tab1Page } from './tab1.page';
|
|
-import { ExploreContainerComponentModule } from '../explore-container/explore-container.module';
|
|
|
|
|
|
+// import { ExploreContainerComponentModule } from '../explore-container/explore-container.module';
|
|
|
|
|
|
import { Tab1PageRoutingModule } from './tab1-routing.module';
|
|
import { Tab1PageRoutingModule } from './tab1-routing.module';
|
|
|
|
|
|
@@ -12,7 +12,7 @@ import { Tab1PageRoutingModule } from './tab1-routing.module';
|
|
IonicModule,
|
|
IonicModule,
|
|
CommonModule,
|
|
CommonModule,
|
|
FormsModule,
|
|
FormsModule,
|
|
- ExploreContainerComponentModule,
|
|
|
|
|
|
+ // ExploreContainerComponentModule,
|
|
Tab1PageRoutingModule
|
|
Tab1PageRoutingModule
|
|
],
|
|
],
|
|
declarations: [Tab1Page]
|
|
declarations: [Tab1Page]
|