Angular

 1)Allow input numbers:

     number: ['', [Validators.required, Validators.pattern("^[0-9]*$")]]})

2) 

Comments