just to clarify why min and max are not working: they're not existing angular directives. they're just HTML5 input attributes to limit the stepper (also works with HTML5 native validation).
angular however provides these validators for reactive forms. (you can also use them in your directives)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
just to clarify why
minandmaxare not working: they're not existing angular directives. they're just HTML5 input attributes to limit the stepper (also works with HTML5 native validation).angular however provides these validators for reactive forms. (you can also use them in your directives)