Skip to content

Commit 7a54594

Browse files
committed
TodoListService instance shared with parent
1 parent 7e475d4 commit 7a54594

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/todo-list.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ import {TodoListService} from "./services/todo-list.service";
2929
text-decoration: line-through;
3030
color: #CCC;
3131
}`
32-
],
33-
providers: [
34-
TodoListService
3532
]
3633
})
3734
export class TodoListComponent {

0 commit comments

Comments
 (0)