core
core copied to clipboard
reuse last loaded loder in standalone component which doesn't load by routes
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.