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 2e54f13 commit a9a4ea9Copy full SHA for a9a4ea9
src/lib/expansion/expansion-panel.ts
@@ -88,7 +88,7 @@ export class MatExpansionPanel extends CdkAccordionItem
88
/** ID for the associated header element. Used for a11y labelling. */
89
_headerId = `mat-expansion-panel-header-${uniqueId++}`;
90
91
- constructor(@Optional() @Host() accordion: MatAccordion,
+ constructor(@Optional() accordion: MatAccordion,
92
_changeDetectorRef: ChangeDetectorRef,
93
_uniqueSelectionDispatcher: UniqueSelectionDispatcher,
94
private _viewContainerRef: ViewContainerRef) {
0 commit comments