MCPcopy Index your code
hub / github.com/angular/components / attachments

Method attachments

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

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

()

Source from the content-addressed store, hash-verified

298
299 /** Gets an observable that emits when the overlay has been attached. */
300 attachments(): Observable<void> {
301 return this._attachments;
302 }
303
304 /** Gets an observable that emits when the overlay has been detached. */
305 detachments(): Observable<void> {

Callers 2

_createOverlayMethod · 0.80
overlay.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected