We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1e564 commit dc65a6dCopy full SHA for dc65a6d
src/app/app.module.ts
@@ -5,21 +5,18 @@ import { SplashScreen } from '@ionic-native/splash-screen';
5
import { StatusBar } from '@ionic-native/status-bar';
6
7
import { MyApp } from './app.component';
8
-import { HomePage } from '../pages/home/home';
9
10
@NgModule({
11
declarations: [
12
- MyApp,
13
- HomePage
+ MyApp
14
],
15
imports: [
16
BrowserModule,
17
IonicModule.forRoot(MyApp)
18
19
bootstrap: [IonicApp],
20
entryComponents: [
21
22
23
24
providers: [
25
StatusBar,
0 commit comments