Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created June 6, 2019 23:11
Show Gist options
  • Select an option

  • Save arturovt/3093041ea1954129e690e6687ccc5fa6 to your computer and use it in GitHub Desktop.

Select an option

Save arturovt/3093041ea1954129e690e6687ccc5fa6 to your computer and use it in GitHub Desktop.
this.todosService.getTodos().pipe(
detectChanges(this.ref)
).subscribe((todos) => {
this.todos = todos;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment