1
0

3 Commits 2478908f1e ... b857f49dbe

Autor SHA1 Nachricht Datum
  0225268 b857f49dbe add vor 4 Monaten
  0225268 ffdc026a6a add vor 4 Monaten
  0225268 2031c09967 add vor 4 Monaten
3 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 2 2
      src/app/tab1/tab1.module.ts
  2. 2 2
      src/app/tab2/tab2.module.ts
  3. 2 2
      src/app/tab3/tab3.module.ts

+ 2 - 2
src/app/tab1/tab1.module.ts

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

+ 2 - 2
src/app/tab2/tab2.module.ts

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

+ 2 - 2
src/app/tab3/tab3.module.ts

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