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

Method create

src/cdk/overlay/overlay.ts:140–142  ·  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

138 * @returns Reference to the created overlay.
139 */
140 create(config?: OverlayConfig): OverlayRef {
141 return createOverlayRef(this._injector, config);
142 }
143
144 /**
145 * 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