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 4cc72b8 commit e5e7896Copy full SHA for e5e7896
src/lib/stepper/stepper.ts
@@ -33,9 +33,6 @@ import {takeUntil} from 'rxjs/operators';
33
import {matStepperAnimations} from './stepper-animations';
34
import {MatStepperIcon, MatStepperIconContext} from './stepper-icon';
35
36
-/** Workaround for https://github.com/angular/angular/issues/17849 */
37
-export const _MatStep = CdkStep;
38
-export const _MatStepper = CdkStepper;
39
40
@Component({
41
moduleId: module.id,
0 commit comments