I am working with the angular framework and in one of the components I have an html to do a login which I want to validate. I have tried to use the 'required' specifier and it does not affect it at all. Could you help me?
<input type="text"
[(ngModel)]="usuario"
placeholder="Usuario"
name="usuario"
required />