-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when running in production mode #44
Comments
Even I am facing similar issue with wizardComponent access specifiers Version: If I run production command "ng build -prod" ERROR in node_modules\angular2-wizard\src\wizard.component.ts.WizardComponent.html(4,30): : Property 'steps' is private and only accessible within class 'WizardComponent'. Please give me some solution ASAP to overcome this or could you please tell me the different version to update the current Wizard. |
vinodkumar526, Hi |
@maiyaporn do you have any suggestion for using in prod mode? i am facing the same .ngOnInit is not a function in prod mode |
Any suggestions @maiyaporn? Or should we just bin this component in favor for material stepper as @mariannafld mentioned??? |
Any suggestions? |
Hi, |
@muneer-memon Sure ? then why cant they(owner) resolve this. |
@AlwaysAbhl001 you should ask this question to the owner |
Thanks @muneer-memon for this link. The README in that repo also refers to original angular2-wizard only. How do I install and use this variant in my project to get rid of the production mode issue? Your help in throwing some light in the right direction is much appreciated :) |
|
you can either use that package or get that code in your local project if you need further customization(which i did) |
Hello,
Wizard in ng serve --o works perfect, but in production mode
ng build --prod, throws exception
at the transpiled code
Thank you
The text was updated successfully, but these errors were encountered: