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