UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

14 lines 686 B
import { OnInit, TemplateRef } from '@angular/core'; import { WizardComponent } from './wizard.component'; import { WizardService } from './wizard.service'; import * as i0 from "@angular/core"; export declare class WizardBodyComponent implements OnInit { private wizard; private wizardService; bodyContent: TemplateRef<any>; constructor(wizard: WizardComponent, wizardService: WizardService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<WizardBodyComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WizardBodyComponent, "c8y-wizard-body", never, {}, {}, never, ["*"], true, never>; } //# sourceMappingURL=wizard-body.component.d.ts.map