I have an angular4 application with a form. In this one I have an input to enter a percentage. So, I want to block the input with value between 0 and 100. I tried to add
Here is the solution :
This is kind of hack , but it will work
Number should be between 0 and 100
Here is the link to the plunker , please have a look.