Andrew Miller

Results 7 comments of Andrew Miller

I ran into this error as well - but it appears this is what is displayed when Access is Denied to that S3 location. When I try to upload to...

@adzza24, was there any additional steps you had to complete? I followed the same guide, and the whole app still reloads when I make changes to a lazy-loaded module.

@JurajMlich, the link you provided shows a "Suspended" message. Can you provide a new link?

I've come up with a solution for using Angular HMR with lazy-loaded components, where each component's module gets lazy-reloaded - **without reloading the entire route.** It's saved our development team...

@twadzinski, @mtuzinskiy, I just updated https://github.com/wags1999/angular-hmr-lazy-components with an example of reloading lazy-loaded routes. It's actually much simpler than reloading dynamically/manually created components - no need to use the dynamicComponentService at...

Please check out [this example](https://github.com/wags1999/angular-hmr-lazy-components) I've put together that shows how to reload lazy-loaded routes and lazy/manual-loaded components. It doesn't maintain component state, but has really helped our development team...

I would like to get it updated and keep it maintained, just haven't found the time to work on this project in a while. I'm open to PRs! 😀