-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
How to unload and load different component #175
Comments
Hi, to load/unload dynamic components you just have to change the |
Hi Gund, How do on a click, can swap the component? Cannot read property 'instance' of null |
@semlibraries I think it will be easier if you can create example app on stackblitz.com so I can have a look |
Hi @gund I done it here: https://angular-zupxfn.stackblitz.io |
🎉 This issue has been resolved in version 3.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
there is an issue trying to update the component on calling a method. |
Hello, is it possible to report this fix in V2.X ? |
Hi
Thanks for this library. This is a great piece of work which helps to load components dynamically. I am struggling to achieve one thing.
I need to build a four step wizard in my app. I need to load one component to next component for four steps and also navigate between back and forth. For example on page load I setup
Wizard1Component dynamically which works. On click of of next button, I need to load Wizard2Component and it works. But wizard two will have back and next buttons. I can't load wizard1Component again. It is not changing or not giving any errors.
Is there any issues to achieve this? Or how can I achieve this?
Please advice
Thanks
Shan
The text was updated successfully, but these errors were encountered: