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

Method hasAttached

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

Whether the overlay has attached content.

()

Source from the content-addressed store, hash-verified

288
289 /** Whether the overlay has attached content. */
290 hasAttached(): boolean {
291 return this._portalOutlet.hasAttached();
292 }
293
294 /** Gets an observable that emits when the backdrop has been clicked. */
295 backdropClick(): Observable<MouseEvent> {

Callers 5

attachMethod · 0.95
detachMethod · 0.95
disposeMethod · 0.95
updateScrollStrategyMethod · 0.95

Calls 1

hasAttachedMethod · 0.65

Tested by

no test coverage detected