angular-destroyref

Installation
SKILL.md

Angular DestroyRef

Version: Angular 16+ (2025) Tags: DestroyRef, Cleanup, takeUntilDestroyed

References: DestroyRef

Best Practices

  • Use takeUntilDestroyed
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';

@Component({})
export class MyComponent {
  private destroyRef = inject(DestroyRef);
Installs
171
GitHub Stars
6
First Seen
Apr 2, 2026
angular-destroyref — oguzhan18/angular-ecosystem-skills