I have root component in my hierarchy, called "root-app". Also i have router and few components, which loaded by this router. Than i have a service, which control page navigation. I need to get one element
<img #animationDetails src='..' alt=''>
from each component after it is loaded, from this service. How i can get element from service after it is loaded by router.