lmeijdam/angular-umd-dynamic-example

How to pass data from parent modules to dynamic lazy loaded module.

Opened this issue · 2 comments

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