Skip to content

Commit 5d895ca

Browse files
Update stepper.ts
1 parent 57ccc18 commit 5d895ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/stepper/stepper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class MatStepper extends _MatStepper implements AfterContentInit {
7474

7575
/** Steps that the stepper holds. */
7676
@ContentChildren(MatStep) _steps: QueryList<MatStep>;
77-
77+
7878
ngAfterContentInit() {
7979
// Mark the component for change detection whenever the content children query changes
8080
this._steps.changes.pipe(takeUntil(this._destroyed)).subscribe(() => this._stateChanged());

0 commit comments

Comments
 (0)