mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00

committed by
Justin Willis

parent
261bc4d5f4
commit
d4fce8995b
@ -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
|
||||||
|
Reference in New Issue
Block a user