Skip to content
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

AoT compilation failed on nested lazy-loaded sub modules #3

Open
showlong opened this issue Nov 2, 2016 · 0 comments
Open

AoT compilation failed on nested lazy-loaded sub modules #3

showlong opened this issue Nov 2, 2016 · 0 comments

Comments

@showlong
Copy link

showlong commented Nov 2, 2016

I use this lazy loading approach to my projects. Everything works fine with JiT but failed with AoT.
In this demo example, there is only one parent module to lazy load sub modules but I have parent module to lazy load sub modules and sub modules to lazy load sub-sub modules.
The code seems compiled fine until the final step to link and it failed to find the sub-sub modules with the relative path to module.

Do you have example to demo lazy load sub-sub modules with AoT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant