Using dependency injection inside new-task.component.
All checks were successful
Deploying Website / build (push) Successful in 1m3s
All checks were successful
Deploying Website / build (push) Successful in 1m3s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@if (isAddingTask) {
|
||||
<app-new-task
|
||||
(cancel)="onCancelAddTask()"
|
||||
(add)="onAddTask($event)"
|
||||
[userId]="user.id"
|
||||
(close)="onCloseAddTask()"
|
||||
/>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user