Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sanchesfranklin/dd1206a6a8fc902f30973022d249a260 to your computer and use it in GitHub Desktop.
Save sanchesfranklin/dd1206a6a8fc902f30973022d249a260 to your computer and use it in GitHub Desktop.
habilitaCamposForm()
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