Math, asked by aniljency7316, 10 months ago

angular 2 Can't bind to 'aria-disabled' since it isn't a known property of 'a'

Answers

Answered by RvChaudharY50
17

Answer:

The <li> element doesn't have a disabled property.

Either a component or directive that you expect to be applied to <li was actually not applied, or perhaps the disabled attribute should be set instead of the property

Similar questions