本文给大家说一下Radio List的公共组件提取。
Radio List组件提取起来很方便,不想Checkbox那么复杂。
radio-list.component.ts
radio-list.component.html
在相关引用的module中注册
对应的html中引用如下:
按照如上步骤,还缺少对应的selectChange($event):