facebook

Unknown attribute warning in template components

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #525790 Reply

    Fedor Losev
    Participant

    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.
Viewing 1 post (of 1 total)
Reply To: Unknown attribute warning in template components

You must be logged in to post in the forum log in