Attaches this position strategy to an overlay.
(overlayRef: OverlayRef)
| 12 | export interface PositionStrategy { |
| 13 | /** Attaches this position strategy to an overlay. */ |
| 14 | attach(overlayRef: OverlayRef): void; |
| 15 | |
| 16 | /** Updates the position of the overlay element. */ |
| 17 | apply(): void; |
no outgoing calls