Angular - Template-Driven Forms
Consider this Angular template:
What will happen if the user enters '70'?
<input name="age" ngModel required min="18" max="65">
What will happen if the user enters '70'?
