Relative Content

Tag Archive for angularfrontendserver-side-rendering

Why DOM has not script tag?

I’m developing SSR application, and have a problem. <script> tag added programaticaly is exisits only in a server response, but it is not instert into the DOM. The script appears in DOM only after page reload or on initial load. But it is not in the DOM if user navigates to the page interacting with UI.