I\'m working on an Angular2 application, and I need to display -- but disable an HTML element. What is the corr
disable
My answer might be late for this post. It can be achieved through inline css within anchor tag only.
click-label
Considering isDisabled is a property in component which can be true or false.
isDisabled
true
false
Plunker for it: https://embed.plnkr.co/TOh8LM/