Ajouter angulaire aux erreurs de contrôle de forme
control.setErrors({ ...(control.errors || {}), 'newError': 'text of the error' })
Nice Nightingale
control.setErrors({ ...(control.errors || {}), 'newError': 'text of the error' })