I want to use HTML5 validation in Angular 4 rather than their form\'s based validation/reactive validation. I want to keep the validation running in the browser.
I
use ngNoForm or ngNativeValidate in your form
ngNoForm
ngNativeValidate
...