core/wizard/wizard-footer.component.ts
OnInit
| selector | c8y-wizard-footer |
| standalone | true |
| template | |
Properties |
Methods |
constructor(wizard: WizardComponent, wizardService: WizardService)
|
|||||||||
|
Parameters :
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| footerContent |
Type : TemplateRef<any>
|
Decorators :
@ViewChild('footerContent', {static: true})
|