Adding 'Add Task' feature. Create a task-content model for better understanding.
All checks were successful
Deploying Website / build (push) Successful in 1m6s

This commit is contained in:
Maxime Delporte
2025-04-22 06:13:12 -03:00
parent f91561db26
commit 97d8a8ebc3
5 changed files with 50 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
@if (isAddingTask) {
<app-new-task (cancel)="onCancelAddTask()" />
<app-new-task
(cancel)="onCancelAddTask()"
(add)="onAddTask($event)"
/>
}
<section id="tasks">