angular-umd-dynamic-example
angular-umd-dynamic-example copied to clipboard
How to pass data from parent modules to dynamic lazy loaded module.
Is it possible to pass the data from parent modules to ModuleA?
A bit late, but yes, I've done it. I built a library that contains an abstract class that I injected in ModuleA and implemented in the parent module.
Hey @GeorgesSaad,
do you have a simple example of how you did it work? It would be very helpful.
Thanks in advance