import { OnInit, ElementRef } from '@angular/core'; import { WizardStepModel } from '../../models/wizard/wizard-step.model'; import { WizardStepStylingModel } from '../../models/wizard/wizard-step-styling.model'; import { CfCoreComponent } from '../core/core.component'; import { TemplateService } from '../../services/template-service/template.service'; /** *
Wizard Step component based on Angular Material Tabs
*Example of using:
***/ export declare class CfWizardStepComponent extends CfCoreComponent implements OnInit { /**@hidden */ elementRef: ElementRef; /** *<cf-wizard-step></cf-wizard-step>*
Example of model:
*{{'{'}}
* label: 'Card label'
* {{'}'}}
*