angular-crash-2021 icon indicating copy to clipboard operation
angular-crash-2021 copied to clipboard

Task tracker app from the 2021 youtube crash course

Results 4 angular-crash-2021 issues
Sort by recently updated
recently updated
newest added

while sending props from app-tasks to app-task-item it'll showing error while using [task]="task"

I ran into this problem where i couldn't continue unless i added '!' in line no 13 & 14. Hopefully this fixes issue for others as well.

Since the `task-item` component is providing the task, it should be used instead of the looped data. This provides more consistency and in case the event has changed any data,...

Firstly, i clicked the 'Add' button to show add-task form. Then, i click the 'About' link to the page about.I couldn't find the add-task form after i go back to...