Skip to content

Instantly share code, notes, and snippets.

@pankajparkar
Last active February 27, 2019 14:04
Show Gist options
  • Save pankajparkar/3dbac41c6116671fd67bb836cc4988f5 to your computer and use it in GitHub Desktop.
Save pankajparkar/3dbac41c6116671fd67bb836cc4988f5 to your computer and use it in GitHub Desktop.
tick
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