MCPcopy Create free account
hub / github.com/angular/components / cleanup

Function cleanup

src/cdk/overlay/overlay.spec.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 function cleanup() {
70 overlayContainer.ngOnDestroy();
71 }
72
73 function wait(milliseconds: number) {
74 return new Promise(resolve => setTimeout(resolve, milliseconds));

Callers 15

_observableFromEventFunction · 0.85
ngOnDestroyFunction · 0.85
_observableFromEventMethod · 0.85
ngOnDestroyMethod · 0.85
ngOnDestroyMethod · 0.85
ngOnDestroyMethod · 0.85
ngOnDestroyMethod · 0.85
ngOnDestroyMethod · 0.85
ngOnDestroyFunction · 0.85
ngOnDestroyMethod · 0.85
ngOnDestroyMethod · 0.85
ngOnDestroyMethod · 0.85

Calls 1

ngOnDestroyMethod · 0.45

Tested by

no test coverage detected