Adding 'Add Task' feature. Create a task-content model for better understanding.
All checks were successful
Deploying Website / build (push) Successful in 1m6s
All checks were successful
Deploying Website / build (push) Successful in 1m6s
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
@if (isAddingTask) {
|
||||
<app-new-task (cancel)="onCancelAddTask()" />
|
||||
<app-new-task
|
||||
(cancel)="onCancelAddTask()"
|
||||
(add)="onAddTask($event)"
|
||||
/>
|
||||
}
|
||||
|
||||
<section id="tasks">
|
||||
|
Reference in New Issue
Block a user