【发布时间】:2020-06-12 17:35:17
【问题描述】:
我的项目使用 Angular (v9) 和 Clarity Design System (v3)。
有了 Ivy 和模板的严格类型检查,你如何处理 clrForm 元素的 clrLayout?
<form clrForm clrLayout="horizontal" clrLabelSize="4">
[...]
</form>
这个表单给了我以下错误信息:
-
Type 'string' is not assignable to type 'number'.用于属性clrLabelSize="4"。 -
Type '"horizontal"' is not assignable to type 'Layouts'.为clrLayout="horizontal"。
谢谢!
【问题讨论】:
标签: angular vmware ivy clarity