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

Method addPanelClass

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

Add a CSS class or an array of classes to the overlay pane.

(classes: string | string[])

Source from the content-addressed store, hash-verified

226
227 /** Add a CSS class or an array of classes to the overlay pane. */
228 addPanelClass(classes: string | string[]): this {
229 this._ref.addPanelClass(classes);
230 return this;
231 }
232
233 /** Remove a CSS class or an array of classes from the overlay pane. */
234 removePanelClass(classes: string | string[]): this {

Callers 4

_createOverlayMethod · 0.45
constructorMethod · 0.45
dialog.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected