We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0d980 commit e02e9a6Copy full SHA for e02e9a6
src/material/expansion/expansion-panel.ts
@@ -113,7 +113,7 @@ export class MatExpansionPanel extends CdkAccordionItem implements AfterContentI
113
this._hideToggle = coerceBooleanProperty(value);
114
}
115
116
- /** Whether the toggle indicator should be hidden. */
+ /** The position of the expansion indicator. */
117
@Input()
118
get togglePosition(): MatAccordionTogglePosition {
119
return this._togglePosition || (this.accordion && this.accordion.togglePosition);
0 commit comments