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 5d895ca commit 947614fCopy full SHA for 947614f
src/cdk/stepper/stepper.ts
@@ -137,7 +137,7 @@ export class CdkStep implements OnChanges {
137
export class CdkStepper implements OnDestroy {
138
/** Emits when the component is destroyed. */
139
protected _destroyed = new Subject<void>();
140
-
+
141
/** The list of step components that the stepper is holding. */
142
@ContentChildren(CdkStep) _steps: QueryList<CdkStep>;
143
0 commit comments