Is there a method in Angular 6/7 that allows the cursor to change to "Not Allowed" when hovering over a disabled field in a reactive form?
I prefer not to use CSS for this cursor change. Is there a way to achieve this through Angular alone?
Currently, the control is being disabled but the cursor is not updating to "NotAllowed".