angular-umd-dynamic-example icon indicating copy to clipboard operation
angular-umd-dynamic-example copied to clipboard

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

Open mourya09 opened this issue 6 years ago • 2 comments

Is it possible to pass the data from parent modules to ModuleA?

mourya09 avatar Apr 29 '19 10:04 mourya09

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.

GeorgesSaad avatar Nov 20 '19 08:11 GeorgesSaad

Hey @GeorgesSaad,

do you have a simple example of how you did it work? It would be very helpful.

Thanks in advance

0x7878 avatar Nov 29 '19 11:11 0x7878