diff --git a/src/cdk/stepper/stepper.ts b/src/cdk/stepper/stepper.ts index 764d44a992b7..862a30a93044 100644 --- a/src/cdk/stepper/stepper.ts +++ b/src/cdk/stepper/stepper.ts @@ -121,7 +121,7 @@ export class CdkStep implements OnChanges { @ContentChild(CdkStepLabel) stepLabel: CdkStepLabel; /** Template for step content. */ - @ViewChild(TemplateRef) content: TemplateRef; + @ViewChild(TemplateRef, {static: true}) content: TemplateRef; /** The top level abstract control of the step. */ @Input() stepControl: FormControlLike;