Skip to content

Commit 098be5f

Browse files
authored
doc(stepper): add missing doc region (#20264)
The stepper overview was referring to a doc region that isn't defined which resulted in an error. Fixes #20262.
1 parent 25ce323 commit 098be5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components-examples/material/stepper/stepper-overview/stepper-overview-example.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
</div>
1515
</form>
1616
</mat-step>
17-
<mat-step [stepControl]="secondFormGroup">
17+
<!-- #docregion label -->
18+
<mat-step [stepControl]="secondFormGroup" label="Fill out your address">
19+
<!-- #enddocregion label -->
1820
<form [formGroup]="secondFormGroup">
19-
<ng-template matStepLabel>Fill out your address</ng-template>
2021
<mat-form-field>
2122
<mat-label>Address</mat-label>
2223
<input matInput formControlName="secondCtrl" placeholder="Ex. 1 Main St, New York, NY"

0 commit comments

Comments
 (0)