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 2ad13bfCopy full SHA for 2ad13bf
src/lib/expansion/expansion-panel.ts
@@ -18,7 +18,6 @@ import {
18
Component,
19
ContentChild,
20
Directive,
21
- Host,
22
Input,
23
OnChanges,
24
OnDestroy,
@@ -88,7 +87,7 @@ export class MatExpansionPanel extends CdkAccordionItem
88
87
/** 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