Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 7, 2021 01:32
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 parzibyte/7218c54ef7d8eeab960d3253be8e77b5 to your computer and use it in GitHub Desktop.
Save parzibyte/7218c54ef7d8eeab960d3253be8e77b5 to your computer and use it in GitHub Desktop.
<label for="tarea">Nombre de la tarea:</label>
<input placeholder="Ingresa la tarea" type="text" [(ngModel)]="nombreTarea" id="tarea">
<button [disabled]="!nombreTarea" (click)="guardarTarea()">Guardar</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment