I have static header and footer outside my angular app, and i need to show some variable there.
<some-html>variable</some-html>
<app-root></app-root>
That string i am getting from the cookie service inside my angular app. Actually i know that i can write some logic outside angular app and get this data separately.
But i wonder are that any other possible way to pass this data to outer markup, that are outside app-root
?