解决:生成IonicModule.forChild报错(Property 'forChild' does not exist on type 'typeof IonicModule'.)

时间:2022-10-01 23:03:44

目前,在使用 ionic g page xxxx 生成ionic2组件时,报错:


Property 'forChild' does not exist on type 'typeof IonicModule'.


解决办法:


第一步:将IonicModule.forChildIonicModule改成:IonicPageModule.forChild

第二步:修改引入:import {IonicPageModule } from 'ionic-angular';