MCPcopy Index your code
hub / github.com/angular/components / removePanelClass

Method removePanelClass

src/material/dialog/dialog-ref.ts:234–237  ·  view source on GitHub ↗

Remove a CSS class or an array of classes from the overlay pane.

(classes: string | string[])

Source from the content-addressed store, hash-verified

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 {

Callers 2

dialog.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected