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?
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?