I used formBuilder in Angular2 and want to add validation pattern for not to allow \"only spaces\" in input.
try this, it will return false while sapce key press :
@Component({ selector: 'my-app', template: ` `, providers: [myService] })
visit for more Events :
https://developer.mozilla.org/en-US/docs/Web/Events