igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
29 lines (26 loc) • 1.09 kB
text/typescript
import { IgxStepComponent } from './step/step.component';
import { IgxStepperComponent } from './stepper.component';
import { IgxStepActiveIndicatorDirective, IgxStepCompletedIndicatorDirective, IgxStepContentDirective, IgxStepIndicatorDirective, IgxStepInvalidIndicatorDirective, IgxStepSubTitleDirective, IgxStepTitleDirective } from './stepper.directive';
export * from './stepper.component';
export * from './step/step.component';
export {
IStepChangingEventArgs,
IStepChangedEventArgs,
IgxStepperOrientation,
IgxStepType,
IgxStepperTitlePosition,
VerticalAnimationType
} from './stepper.common';
export * from './stepper.directive';
/* NOTE: Stepper directives collection for ease-of-use import in standalone components scenario */
export const IGX_STEPPER_DIRECTIVES = [
IgxStepComponent,
IgxStepperComponent,
IgxStepTitleDirective,
IgxStepSubTitleDirective,
IgxStepIndicatorDirective,
IgxStepContentDirective,
IgxStepActiveIndicatorDirective,
IgxStepCompletedIndicatorDirective,
IgxStepInvalidIndicatorDirective
] as const;