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*$/)
1.4m articles
1.4m replys
5 comments
57.0k users