We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dc84a commit ffe4285Copy full SHA for ffe4285
src/app/app.module.ts
@@ -6,7 +6,7 @@ import { MyApp } from './app.component';
6
import { HomePage } from '../pages/home/home';
7
import { ListPage } from '../pages/list/list';
8
9
-import { TestModule } from '../test/test.module';
+// import { TestModule } from '../test/test.module';
10
11
import { StatusBar } from '@ionic-native/status-bar';
12
import { SplashScreen } from '@ionic-native/splash-screen';
@@ -18,7 +18,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
18
ListPage
19
],
20
imports: [
21
- TestModule,
+ // TestModule,
22
BrowserModule,
23
IonicModule.forRoot(MyApp),
24
0 commit comments