Guest User

Untitled

a guest
Jan 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. this.currencyForm.controls['currencyMaxSell'].setErrors({smallerThan: true})
  2.  
  3. this.currencyForm.controls['currencyMaxSell'].setErrors({smallerThan: null})
  4.  
  5. this.myFormGroup.get('myControl').setErrors({'myCustomError':null})
Add Comment
Please, Sign In to add comment