Delete all tasks
Delete all tasks
Instructions
-
Update the
TaskService
class with a new function:deleteAllTasks() {this.tasks.set([]);} -
Update the
TaskListComponent
class with the new function:deleteAllTasks() {this.taskService.deleteAllTasks();}