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 19856e6 commit 7c5b0edCopy full SHA for 7c5b0ed
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