Skip to content

Commit

Permalink
doc(stepper): add missing doc region (#20264)
Browse files Browse the repository at this point in the history
The stepper overview was referring to a doc region that isn't defined which resulted in an error.

Fixes #20262.
  • Loading branch information
crisbeto committed Aug 11, 2020
1 parent 25ce323 commit 098be5f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
</div>
</form>
</mat-step>
<mat-step [stepControl]="secondFormGroup">
<!-- #docregion label -->
<mat-step [stepControl]="secondFormGroup" label="Fill out your address">
<!-- #enddocregion label -->
<form [formGroup]="secondFormGroup">
<ng-template matStepLabel>Fill out your address</ng-template>
<mat-form-field>
<mat-label>Address</mat-label>
<input matInput formControlName="secondCtrl" placeholder="Ex. 1 Main St, New York, NY"
Expand Down

0 comments on commit 098be5f

Please sign in to comment.