Skip to content

Commit 7f1b8b9

Browse files
MarkArranzjosephperrott
authored andcommitted
docs(stepper): fix stackblitz example for mat-vertical-stepper (#12235)
1 parent 8973971 commit 7f1b8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-examples/stepper-vertical/stepper-vertical-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {FormBuilder, FormGroup, Validators} from '@angular/forms';
55
* @title Stepper vertical
66
*/
77
@Component({
8-
selector: 'stepper-vertical',
8+
selector: 'stepper-vertical-example',
99
templateUrl: 'stepper-vertical-example.html',
1010
styleUrls: ['stepper-vertical-example.css']
1111
})

0 commit comments

Comments
 (0)