There is unknown attribute warning for valid attributes in some components.
E.g.
"@angular/material": "^2.0.0-beta.6"
<md-checkbox
id="xxx"
name="yyy"
results in warnings Unknown attribute ‘id’, Unknown attribute ‘name’
I’m not sure whether it is Angular, Material, Webclipse or configuration problem. In checkbox.d.ts MdCheckbox I can see both name and id properties.
Is there additional configuration required to pick up proper installed component definitions in template validator?
-
This topic was modified 7 years, 5 months ago by Fedor Losev.
-
This topic was modified 7 years, 5 months ago by Fedor Losev.