Angular Material mat-button in anchor
As per my understanding of the documentations: https://material.angular.io/components/button/examples , both <a> and <button> support the mat-button directive, however in WebStorm adding the directive to an anchor is displayed as an error.
Why is that?
请先登录再写评论。
Works fine for me in 2018.3:
What build do you use?
2018.2.4.
Upgraded to 2018.3 and I confirm it works fine.
Great, thanks for update:)