vasco88

Results 1 issues of vasco88

Hi, I'm using this function in roder to patch values to a form in Angular: ``` this.detailedDataForm.patchValue({ 'whatsapp_agente': this.currentAgentDetailedData.whatsapp_agente, 'telefono_agente': this.currentAgentDetailedData.telefono_agente, 'skype_agente': this.currentAgentDetailedData.skype_agente, 'molestar_agente': this.currentAgentDetailedData.molestar_agente, 'texto_agente': this.currentAgentDetailedData.texto_agente }); ``` ```...

enhancement