MCPcopy
hub / github.com/rx-angular/rx-angular / OnDestroy$

Interface OnDestroy$

apps/demos/src/app/rx-angular-pocs/cdk/hooks/model.ts:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 onAfterViewChecked$: Observable<boolean>
35}
36export interface OnDestroy$ extends HooksChannel$ {
37 onDestroy$: Observable<boolean>
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected