Luis Canales
Results
2
comments of
Luis Canales
This [CLI](https://www.npmjs.com/package/ng-node-environment) approach generates a file that doesn't messes up with the version control and keeps them on environment.ts
I'm using this workaround, going into each control and calling `control.setErrors(null);` This is because `md-form-field` was leaving a red glow on the control after submitting ```typescript static resetForm(formGroup: FormGroup) {...