@syncfusion/ej2-angular-navigations
Version:
A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular
13 lines (12 loc) • 634 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./stepper.component";
import * as i2 from "./steps.directive";
import * as i3 from "@angular/common";
/**
* NgModule definition for the Stepper component.
*/
export declare class StepperModule {
static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.StepperComponent, typeof i2.StepDirective, typeof i2.StepsDirective], [typeof i3.CommonModule], [typeof i1.StepperComponent, typeof i2.StepDirective, typeof i2.StepsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
}