-
Notifications
You must be signed in to change notification settings - Fork 36
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
Reload Method? #134
Comments
Hi @jcmoore0. Yeah, the eventing model has been stripped away (I'm planning on replacing it with an Rx Observable). I'm guessing here you're wanting to to save yourself a page reload? |
Thanks for the quick reply. Your observable plan sounds terrific. You got it. I am wanting to save some reload time :) Hot reload goals:
I was doing #1 with the previous version. |
If I understand you correctly, then you should have 2 and 3 out of the box. 1 is trickier at the moment since theres no eventing api yet. Are you just saving yourself the full page refresh? Because that shouldn't be happening that often. If you can give me an example repository I might be able to help you better. |
Hi Alexis - I am trying to use the new version on an Angular2 project. I am not sure how to use it. The new version looks to be using a different reload mechanism than previously (below).
Do you have any sample?
Thanks for your incredible work here!
Best regards,
John
The text was updated successfully, but these errors were encountered: