Skip to content

Commit 57ccc18

Browse files
Update stepper.ts
1 parent 8c6ef97 commit 57ccc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/stepper/stepper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class CdkStepper implements OnDestroy {
190190
private _changeDetectorRef: ChangeDetectorRef) {
191191
this._groupId = nextId++;
192192
}
193-
193+
194194
ngOnDestroy() {
195195
this._destroyed.next();
196196
this._destroyed.complete();

0 commit comments

Comments
 (0)