Closed theredfish closed 8 years ago
Hi,
In the "Stateful components" section, todoService.getTodos seems to be a function. The parentheses are missing.
todoService.getTodos
Line : this.todoService.getTodos.then(response => this.todos = response);
this.todoService.getTodos.then(response => this.todos = response);
Fixed, thanks!
Hi,
In the "Stateful components" section,
todoService.getTodos
seems to be a function. The parentheses are missing.Line :
this.todoService.getTodos.then(response => this.todos = response);