diff --git a/angular.json b/angular.json index 4d3f444..1b05821 100644 --- a/angular.json +++ b/angular.json @@ -121,4 +121,4 @@ } }, "defaultProject": "todo-dy" -} \ No newline at end of file +} diff --git a/src/app/todo/todo.component.ts b/src/app/todo/todo.component.ts index 7b1a5a1..7735148 100644 --- a/src/app/todo/todo.component.ts +++ b/src/app/todo/todo.component.ts @@ -14,7 +14,7 @@ import { Todo } from '../model/todo';
-