core icon indicating copy to clipboard operation
core copied to clipboard

reuse last loaded loder in standalone component which doesn't load by routes

Open ahmed-a-ibrahim opened this issue 1 year ago • 0 comments

share the last loader for any new standalone components as we didn't load a new loader

Current behavior

any new component doesn't explicitly load new loader use the main app translation module

Expected behavior

any new component use the last translate loader.

What is the motivation / use case for changing the behavior?

the dialog components run out of the host component context as they are standalone, so it doesn't catch the last loaded loader.

How do you think that we should implement this?

every time we load the translateModule without create new loader use the last loaded one.

ahmed-a-ibrahim avatar Oct 30 '23 12:10 ahmed-a-ibrahim