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