Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created June 6, 2019 23:08
Show Gist options
  • Save arturovt/ec9062afbec2e4bba2ee05dbb175e0dd to your computer and use it in GitHub Desktop.
Save arturovt/ec9062afbec2e4bba2ee05dbb175e0dd to your computer and use it in GitHub Desktop.
export function detectChanges<T>(ref: ChangeDetectorRef) {
return finalize<T>(() => !(ref as ViewRef).destroyed && ref.detectChanges());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment