I\'m working on an Angular2 application, and I need to display -- but disable an HTML element. What is the corr
disable
consider the following solution
.disable-anchor-tag { pointer-events: none; }