@y3krulez/angular-archwizard
Version:
The port of angular-archwizard, supporting IVY and thus being compatible with Angular16+
29 lines (28 loc) • 2.28 kB
TypeScript
export { WizardCompletionStepComponent } from './lib/components/wizard-completion-step.component';
export { WizardNavigationBarComponent } from './lib/components/wizard-navigation-bar.component';
export { WizardStepComponent } from './lib/components/wizard-step.component';
export { WizardComponent } from './lib/components/wizard.component';
export { EnableBackLinksDirective } from './lib/directives/enable-back-links.directive';
export { GoToStepDirective } from './lib/directives/go-to-step.directive';
export { NextStepDirective } from './lib/directives/next-step.directive';
export { OptionalStepDirective } from './lib/directives/optional-step.directive';
export { PreviousStepDirective } from './lib/directives/previous-step.directive';
export { ResetWizardDirective } from './lib/directives/reset-wizard.directive';
export { SelectedStepDirective } from './lib/directives/selected-step.directive';
export { WizardCompletionStepDirective } from './lib/directives/wizard-completion-step.directive';
export { WizardStepDirective } from './lib/directives/wizard-step.directive';
export { WizardStepTitleDirective } from './lib/directives/wizard-step-title.directive';
export { NavigationModeDirective } from './lib/directives/navigation-mode.directive';
export { CompletedStepDirective } from './lib/directives/completed-step.directive';
export { WizardStepSymbolDirective } from './lib/directives/wizard-step-symbol.directive';
export { NavigationMode } from './lib/navigation/navigation-mode.interface';
export { ConfigurableNavigationMode } from './lib/navigation/configurable-navigation-mode';
export { BaseNavigationMode } from './lib/navigation/base-navigation-mode.interface';
export { MovingDirection } from './lib/util/moving-direction.enum';
export { NavigationSymbol } from './lib/util/navigation-symbol.interface';
export { StepId, isStepId } from './lib/util/step-id.interface';
export { StepIndex, isStepIndex } from './lib/util/step-index.interface';
export { StepOffset, isStepOffset } from './lib/util/step-offset.interface';
export { WizardCompletionStep } from './lib/util/wizard-completion-step.interface';
export { WizardStep } from './lib/util/wizard-step.interface';
export { ArchwizardModule } from './lib/archwizard.module';