问题:
由于使用了懒加载所以不能像之前一样直接引用component对象,在网上找了好多办法找了好多尝试终于知道怎么调用component了,记录一下使用自定义组件的详细过程
解决:
1. ionic g component mycomponent ,新建名为mycomponent的自定义组件
2.在app.module.ts中删除mycomponent的引用
3.在想使用此组件的懒加载控件中导入mycomponentmodule
import{MyComponentModule}from'../../../components/disposeprogress/disposeprogress.module';
@NgModule({
declarations:[IncidentDetails],
imports:[IonicPageModule.forChild(IncidentDetails),MyComponentModule]
})
4.在html文件中引用mycomponent即可显示mycomponent对应的h5界面
exportclassIncidentDetailsModule{ }
作者:冷鸢J
链接:https://www.jianshu.com/p/8e8856c57dba
点击查看更多内容
为 TA 点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦