Skip to content

Instantly share code, notes, and snippets.

@andrewarosario
Last active December 18, 2023 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewarosario/71108cf18eb0506f29fb7f2dc515435b to your computer and use it in GitHub Desktop.
Save andrewarosario/71108cf18eb0506f29fb7f2dc515435b to your computer and use it in GitHub Desktop.
<form [formGroup]="form">
<input formControlName="username" />
<span *ngIf="form.controls.username.hasError('required')">Este campo é obrigatório!</span>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment