Currently I have a input type="text" with ReactiveForms.
Angular always adds ng-xxx css classes (e.g. ng-valid)
I'd like to disable this all together (I know I can just change the appropriate css classes)
Is it possible to disable validation completley (including css etc.) for a single input field?
see https://stackblitz.com/edit/angular-fjmyzc for an example