@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
14 lines • 698 B
TypeScript
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 WizardFooterComponent implements OnInit {
private wizard;
private wizardService;
footerContent: TemplateRef<any>;
constructor(wizard: WizardComponent, wizardService: WizardService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<WizardFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<WizardFooterComponent, "c8y-wizard-footer", never, {}, {}, never, ["*"], true, never>;
}
//# sourceMappingURL=wizard-footer.component.d.ts.map