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

Method getConfig

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

Gets the current overlay configuration, which is immutable.

()

Source from the content-addressed store, hash-verified

318
319 /** Gets the current overlay configuration, which is immutable. */
320 getConfig(): OverlayConfig {
321 return this._config;
322 }
323
324 /** Updates the position of the overlay based on the position strategy. */
325 updatePosition(): void {

Callers 15

_createOverlayMethod · 0.80
_updatePositionMethod · 0.80
_updatePositionMethod · 0.80
_openMenuFunction · 0.80
ngOnChangesFunction · 0.80
_openMethod · 0.80
attachOverlayMethod · 0.80
overlay.spec.tsFile · 0.80
_setBoundingBoxStylesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected