Can't bind to 'aria-valuenow' since it isn't a known property of 'div'

前端 未结 3 1596
谎友^
谎友^ 2020-12-07 20:01

What\'s wrong with the following code? Hapenned to me when I tried to assign an expression to an element,

3条回答
  •  轮回少年
    2020-12-07 20:29

    Have you implement the new ngModule stuff ?

    If so, the order of declarations has an impact on how the application should work. Maybe you should try to declare your directives in another order

提交回复
热议问题