目前,在使用 ionic g page xxxx 生成ionic2组件时,报错:
Property 'forChild' does not exist on type 'typeof IonicModule'.
解决办法:
第一步:将IonicModule.forChild的IonicModule改成:IonicPageModule.forChild
第二步:修改引入:import {IonicPageModule } from 'ionic-angular';目前,在使用 ionic g page xxxx 生成ionic2组件时,报错:
Property 'forChild' does not exist on type 'typeof IonicModule'.
解决办法:
第一步:将IonicModule.forChild的IonicModule改成:IonicPageModule.forChild
第二步:修改引入:import {IonicPageModule } from 'ionic-angular';