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

Method detachments

src/cdk/overlay/overlay-ref.ts:305–307  ·  view source on GitHub ↗

Gets an observable that emits when the overlay has been detached.

()

Source from the content-addressed store, hash-verified

303
304 /** Gets an observable that emits when the overlay has been detached. */
305 detachments(): Observable<void> {
306 return this._detachments;
307 }
308
309 /** Gets an observable of keydown events targeted to this overlay. */
310 keydownEvents(): Observable<KeyboardEvent> {

Callers 14

_createEditOverlayMethod · 0.80
_showEditOverlayMethod · 0.80
_createOverlayMethod · 0.80
_getOverlayRefMethod · 0.80
_menuClosingActionsFunction · 0.80
panelClosingActionsMethod · 0.80
_attachMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
_getCloseStreamFunction · 0.80
_createOverlayMethod · 0.80
overlay.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected