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

Method create

src/cdk/overlay/overlay.ts:137–139  ·  view source on GitHub ↗

* Creates an overlay. * @param config Configuration applied to the overlay. * @returns Reference to the created overlay.

(config?: OverlayConfig)

Source from the content-addressed store, hash-verified

135 * @returns Reference to the created overlay.
136 */
137 create(config?: OverlayConfig): OverlayRef {
138 return createOverlayRef(this._injector, config);
139 }
140
141 /**
142 * Gets a position builder that can be used, via fluent API,

Callers 15

createThemeFileFunction · 0.45
index.spec.tsFile · 0.45
insertThemeFunction · 0.45
ngAfterViewInitMethod · 0.45
_createInjectorMethod · 0.45
ngOnChangesFunction · 0.45
constructorMethod · 0.45
_getChildMenuInjectorFunction · 0.45
handleErrorMethod · 0.45

Calls 1

createOverlayRefFunction · 0.85

Tested by 1

handleErrorMethod · 0.36