rameshkumarcd

Results 1 comments of rameshkumarcd

Using the template variable and ViewChild, we can access the NgWizardComponent. Html `` Component `@ViewChild('ngWizard') ngWizard: NgWizardComponent;` and in the StepChanged event, we can set the show buttons. stepChanged(args: StepChangedArgs)...