Answers for "attr.disabled not working in angular"

0

attr.disabled not working in angular

css

.disabled-contenct {
  pointer-events: none;
  opacity: 0.4;
}

html
<div [class.disabled-contenct]="!isDisabledContent"></div>
Posted by: Guest on March-11-2021

Code answers related to "attr.disabled not working in angular"

Code answers related to "Javascript"

Browse Popular Code Answers by Language