I used formBuilder in Angular2 and want to add validation pattern for not to allow "only spaces" in input.
Use the following:
Validators.pattern(/^S*$/)
2.1m questions
2.1m answers
60 comments
57.0k users