Below disabled code not working.
<input [disabled]="true"/>
Try using attr.disabled, instead of disabled
<input [attr.disabled]="true"/>
Below disabled code not working.
<input [disabled]="true"/>
Try using attr.disabled, instead of disabled
<input [attr.disabled]="true"/>