Created
October 14, 2022 01:27
-
-
Save sanchesfranklin/dd1206a6a8fc902f30973022d249a260 to your computer and use it in GitHub Desktop.
habilitaCamposForm()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
habilitaCamposForm(){ | |
Object.keys(this.formIntegracao.controls).forEach(el => { | |
this.formIntegracao.controls[el].enable(); | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment