3 次代碼提交 2478908f1e ... b857f49dbe

作者 SHA1 備註 提交日期
  0225268 b857f49dbe add 4 月之前
  0225268 ffdc026a6a add 4 月之前
  0225268 2031c09967 add 4 月之前
共有 3 個文件被更改,包括 6 次插入6 次删除
  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]