1. 创建组件
ionic g component myComponent
myComponent为组件名称
创建好后,生成的文件如下图
2. 在Page 中使用
使用的是home
在home.html加入
1
2
3
|
< ion-content padding>
< my ></ my >
</ ion-content >
|
2.1 在home.module.ts中加入Components
2.2 或者在home.module.ts 的declarations中加入MyComponent
本文转自Work Hard Work Smart博客园博客,原文链接:http://www.cnblogs.com/linlf03/p/7699969.html,如需转载请自行联系原作者