-
Notifications
You must be signed in to change notification settings - Fork 15
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
hero-loader: Error created and attaching module async #11
hero-loader: Error created and attaching module async #11
Comments
Everything worked for me as well. However today I have the same error. EDITI could somewhat reproduce this error. After installing:
I get warns.
and the module loader does not work anymore.
STATUSCant get it to work despite resolving the PEER dependency warnings, |
The error seems to be output if any error occurs when bootstrapping the lazy-loaded module. Edit Any occur that occurs in that try/catch is swallowed and never output. |
This should resolve herodevs#11
Made a PR - hopefully it will be merged ^ |
If I may ask respectfully... What's the holdup in merging this pull request? |
I use Angular 8.2.3.
I follow the example as described here:
https://github.com/herodevs/herodevs-packages/tree/master/projects/lazy
When I hover the cursor to element, an error appears:
In the developer console, I see that the JS file is loaded successfully.
I tried turning on and off for Ivy, but without result.
The text was updated successfully, but these errors were encountered: