* Creates an overlay. * @param config Configuration applied to the overlay. * @returns Reference to the created overlay.
(config?: OverlayConfig)
| 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, |