You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: