内容标题组件
如何使用
<cy-headline [title]="'人员信息'">
<ng-template #container>
<a href="javascript:;">添加</a>
</ng-template>
</cy-headline>
配置项
参数
说明
类型
默认值
[title]
标题内容
string
空
属性
参数
说明
类型
默认值
container
标题扩张内容
ElementRef
-
Last updated
Was this helpful?