Remove a CSS class or an array of classes from the overlay pane.
(classes: string | string[])
| 232 | |
| 233 | /** Remove a CSS class or an array of classes from the overlay pane. */ |
| 234 | removePanelClass(classes: string | string[]): this { |
| 235 | this._ref.removePanelClass(classes); |
| 236 | return this; |
| 237 | } |
| 238 | |
| 239 | /** Gets the current state of the dialog's lifecycle. */ |
| 240 | getState(): MatDialogState { |
no outgoing calls
no test coverage detected