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 e082c25 commit 81d9995Copy full SHA for 81d9995
src/cdk/stepper/stepper.ts
@@ -122,7 +122,7 @@ export class CdkStep implements OnChanges {
122
@ContentChild(CdkStepLabel) stepLabel: CdkStepLabel;
123
124
/** Template for step content. */
125
- @ViewChild(TemplateRef) content: TemplateRef<any>;
+ @ViewChild(TemplateRef, {static: true}) content: TemplateRef<any>;
126
127
/** The top level abstract control of the step. */
128
@Input() stepControl: AbstractControl;
0 commit comments