We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ccc18 commit 5d895caCopy full SHA for 5d895ca
src/lib/stepper/stepper.ts
@@ -74,7 +74,7 @@ export class MatStepper extends _MatStepper implements AfterContentInit {
74
75
/** Steps that the stepper holds. */
76
@ContentChildren(MatStep) _steps: QueryList<MatStep>;
77
-
+
78
ngAfterContentInit() {
79
// Mark the component for change detection whenever the content children query changes
80
this._steps.changes.pipe(takeUntil(this._destroyed)).subscribe(() => this._stateChanged());
0 commit comments