Skip to content

Commit ffe4285

Browse files
committed
Removed TestModule from AppModule
ionic-team/ionic-app-scripts#848 (comment)
1 parent 80dc84a commit ffe4285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.module.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { MyApp } from './app.component';
66
import { HomePage } from '../pages/home/home';
77
import { ListPage } from '../pages/list/list';
88

9-
import { TestModule } from '../test/test.module';
9+
// import { TestModule } from '../test/test.module';
1010

1111
import { StatusBar } from '@ionic-native/status-bar';
1212
import { SplashScreen } from '@ionic-native/splash-screen';
@@ -18,7 +18,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
1818
ListPage
1919
],
2020
imports: [
21-
TestModule,
21+
// TestModule,
2222
BrowserModule,
2323
IonicModule.forRoot(MyApp),
2424
],

0 commit comments

Comments
 (0)