UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

25 lines (21 loc) 1.05 kB
import * as i0 from '@angular/core'; import { C8yStepper, AppStateService, SetupComponent } from '@c8y/ngx-components'; import { Observable } from 'rxjs'; declare class PluginSetupStepperComponent { private appState; stepper: C8yStepper; private setup; appId$: Observable<string | number>; constructor(appState: AppStateService, stepper: C8yStepper, setup: SetupComponent); next(): void; back(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PluginSetupStepperComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PluginSetupStepperComponent, "c8y-plugin-setup-stepper", never, {}, {}, never, never, true, never>; } declare class PluginSetupStepperModule { static ɵfac: i0.ɵɵFactoryDeclaration<PluginSetupStepperModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<PluginSetupStepperModule, never, [typeof PluginSetupStepperComponent], never>; static ɵinj: i0.ɵɵInjectorDeclaration<PluginSetupStepperModule>; } export { PluginSetupStepperModule }; //# sourceMappingURL=index.d.ts.map