The Wayback Machine - https://web.archive.org/web/20250118095517/https://angular.dev/api/core/OnDestroy
    • Overview
@angular/core

OnDestroy

interface

A lifecycle hook that is called when a directive, pipe, or service is destroyed. Use for any custom cleanup that needs to occur when the instance is destroyed.

  
    interface OnDestroy {}
  
  

ngOnDestroy

void

A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

@returnsvoid
Jump to details
HTTPS · web.archive.org
← Home