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

Method removePanelClass

src/cdk/overlay/overlay-ref.ts:369–373  ·  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

367
368 /** Remove a CSS class or an array of classes from the overlay pane. */
369 removePanelClass(classes: string | string[]): void {
370 if (this._pane) {
371 this._toggleClasses(this._pane, classes, false);
372 }
373 }
374
375 /**
376 * Returns the layout direction of the overlay panel.

Callers 1

overlay.spec.tsFile · 0.45

Calls 1

_toggleClassesMethod · 0.95

Tested by

no test coverage detected