例如要自定义一个component:
用于显示一个有固定结构的item组成list
假设这是我们要的一个item的效果:
H1Header
item1
item2
item3
1.在终端中执行:ionic g component MyComponent
执行后src目录中会出现components目录,其中有我们刚刚建立的my-component目录,打开后有scss、ts、html和module.ts文件如图(图中这个组件的名字叫ChapterList)
src:
my-component.html:
my-component.ts: