refactor(template): fix component template (#11839)

fix #11838
This commit is contained in:
Daniel Sogl
2017-05-30 16:07:45 +02:00
committed by Justin Willis
parent 261bc4d5f4
commit d4fce8995b

View File

@ -1,5 +1,5 @@
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular'; import { IonicModule } from 'ionic-angular';
import { $CLASSNAME } from './$FILENAME'; import { $CLASSNAME } from './$FILENAME';
@NgModule({ @NgModule({
@ -7,7 +7,7 @@ import { $CLASSNAME } from './$FILENAME';
$CLASSNAME, $CLASSNAME,
], ],
imports: [ imports: [
IonicPageModule.forChild($CLASSNAME), IonicModule,
], ],
exports: [ exports: [
$CLASSNAME $CLASSNAME