Updates the position of the dialog based on the current position strategy.
()
| 117 | |
| 118 | /** Updates the position of the dialog based on the current position strategy. */ |
| 119 | updatePosition(): this { |
| 120 | this.overlayRef.updatePosition(); |
| 121 | return this; |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Updates the dialog's width and height. |
no outgoing calls
no test coverage detected