We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d525f9c commit 876727dCopy full SHA for 876727d
src/cdk/stepper/stepper.ts
@@ -121,7 +121,7 @@ export class CdkStep implements OnChanges {
121
@ContentChild(CdkStepLabel) stepLabel: CdkStepLabel;
122
123
/** Template for step content. */
124
- @ViewChild(TemplateRef) content: TemplateRef<any>;
+ @ViewChild(TemplateRef, {static: true}) content: TemplateRef<any>;
125
126
/** The top level abstract control of the step. */
127
@Input() stepControl: FormControlLike;
0 commit comments