@@ -16,15 +16,19 @@ import {MdStep, MdStepper} from './stepper';
16
16
import { CdkStepperModule } from '@angular/cdk' ;
17
17
import { MdCommonModule } from '../core' ;
18
18
import { MdStepLabel } from './step-label' ;
19
+ import { MdStepperNext , MdStepperPrevious } from './stepper-button' ;
19
20
20
21
@NgModule ( {
21
22
imports : [ MdCommonModule , CommonModule , PortalModule , MdButtonModule , CdkStepperModule ] ,
22
- exports : [ MdCommonModule , MdHorizontalStepper , MdVerticalStepper , MdStep , MdStepLabel , MdStepper ] ,
23
- declarations : [ MdHorizontalStepper , MdVerticalStepper , MdStep , MdStepLabel , MdStepper ] ,
23
+ exports : [ MdCommonModule , MdHorizontalStepper , MdVerticalStepper , MdStep , MdStepLabel , MdStepper ,
24
+ MdStepperNext , MdStepperPrevious ] ,
25
+ declarations : [ MdHorizontalStepper , MdVerticalStepper , MdStep , MdStepLabel , MdStepper ,
26
+ MdStepperNext , MdStepperPrevious ] ,
24
27
} )
25
28
export class MdStepperModule { }
26
29
27
30
export * from './stepper-horizontal' ;
28
31
export * from './stepper-vertical' ;
29
32
export * from './step-label' ;
30
33
export * from './stepper' ;
34
+ export * from './stepper-button' ;
0 commit comments