Closed rishabhmhjn closed 7 years ago
I actually have the opposite problem - the old node is perfectly removed, new one is added, but nothing happens then - it's just an empty custom node and the application is not restarting and the whole tree of components is not regenerated..
The old problem should be solved in the latest version. For @kubal5003 do you have async routes?
@gdi2290 the new version solved it. Thanks a tonne 👍 Closing this one
I have been using
hmr
as per the configuration mentioned in @AngularClass/angular-starter example. I am facing an issue that when hmr runs, the old version of the root<app>
component is not removed from the DOM.Here is the screenshot of the elements. The first instance is the latest created element and the ones below are the old ones which are not being removed from the DOM.
Is there anything that I might be missing? Thank you so much for this library and your support