Skip to content

Instantly share code, notes, and snippets.

@arturovt
Last active July 27, 2019 16:33
Show Gist options
  • Save arturovt/cb342881c0c88716709d29aa19339f30 to your computer and use it in GitHub Desktop.
Save arturovt/cb342881c0c88716709d29aa19339f30 to your computer and use it in GitHub Desktop.
this._zone.onMicrotaskEmpty.subscribe({
next: () => {
this._zone.run(() => {
this.tick();
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment