Skip to content

Commit e5e7896

Browse files
rafaelss95mmalerba
authored andcommitted
chore: remove class re-export workaround (#10863)
1 parent 4cc72b8 commit e5e7896

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/stepper/stepper.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ import {takeUntil} from 'rxjs/operators';
3333
import {matStepperAnimations} from './stepper-animations';
3434
import {MatStepperIcon, MatStepperIconContext} from './stepper-icon';
3535

36-
/** Workaround for https://github.com/angular/angular/issues/17849 */
37-
export const _MatStep = CdkStep;
38-
export const _MatStepper = CdkStepper;
3936

4037
@Component({
4138
moduleId: module.id,

0 commit comments

Comments
 (0)