We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4c1b7 commit a900c4eCopy full SHA for a900c4e
scripts/templates/page/module.ts.tmpl
@@ -1,13 +1,13 @@
1
import { NgModule } from '@angular/core';
2
-import { IonicModule } from 'ionic-angular';
+import { IonicPageModule } from 'ionic-angular';
3
import { $CLASSNAME } from './$FILENAME';
4
5
@NgModule({
6
declarations: [
7
$CLASSNAME,
8
],
9
imports: [
10
- IonicModule.forChild($CLASSNAME),
+ IonicPageModule.forChild($CLASSNAME),
11
12
exports: [
13
$CLASSNAME
0 commit comments