angular2-wizard
angular2-wizard copied to clipboard
Angular2 - Form Wizard Component
Add replace text buttons for internalization (translate) and reset method for reset wizard.
The text of the buttons will be dynamic. Useful for those who speak another language.
Nothing fancy, just a reset button, so you can do something like ``` @ViewChild('wizard') wizard: WizardComponent; onComplete() { //do work this.wizard.reset(); } ```
This doesn't appear to be working in angular 9 - do you plan to update it?
How do I bind to the cancel button? I can't find any other function asides onNext()
How to restrict wizard from one to another wizard? In my case: If next is clicked. I want to save form in server side. If form data are invalid mean...
I've tried removing " (onComplete)="isCompleted = true; " from the last step, but even without it, the submit and previous buttons dissappear after I submit the form, making it impossible...
Hello, Wizard in ng serve --o works perfect, but in production mode ng build --prod, throws exception ``` ERROR TypeError: p.ngOnInit is not a function at main.593d15b004653eafc611.bundle.js:formatted:11116 ``` at the...
Awesome wizard. Loved it. But i would like to ask you how to reset the wizard without reloading the page?
fix "h.ngoninit is not a function" error while building AOT production.