@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
19 lines • 1.19 kB
TypeScript
import { CdkStep } from '@angular/cdk/stepper';
import { AlertService, AppStateService, C8yStepper, SetupComponent } from '@c8y/ngx-components';
import { CockpitSetupStep } from './cockpit-setup-step';
import { ApplicationService } from '@c8y/client';
import { CockpitConfigService } from '../cockpit-config.service';
import * as i0 from "@angular/core";
export declare class CockpitSetupStep4Component extends CockpitSetupStep {
stepper: C8yStepper;
protected step: CdkStep;
protected setup: SetupComponent;
protected appState: AppStateService;
protected alert: AlertService;
protected appService: ApplicationService;
protected cockpitConfigService: CockpitConfigService;
constructor(stepper: C8yStepper, step: CdkStep, setup: SetupComponent, appState: AppStateService, alert: AlertService, appService: ApplicationService, cockpitConfigService: CockpitConfigService);
static ɵfac: i0.ɵɵFactoryDeclaration<CockpitSetupStep4Component, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CockpitSetupStep4Component, "c8y-cockpit-setup-step4", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=cockpit-setup-step4.component.d.ts.map