refactor: migrate to signals for inputs

This commit is contained in:
Johannes Millan 2024-12-29 17:21:32 +01:00
parent 150e582936
commit a43f4a46bc
91 changed files with 446 additions and 267 deletions

View file

@ -14,6 +14,6 @@
[isHideTagTitles]="true "
(blurred)="isShowAddTask = false"
(done)="isShowAddTask = false"
[planForDay]="planForDay"
[planForDay]="planForDay()"
></add-task-bar>
}