I am dynamically disabling controls in a reactive form based on specific conditions. I also wish to apply custom styling to those disabled controls. Does Angular automatically add a CSS class or directive to disabled controls? I have not come across any. How can I alter the styles of the disabled controls?