0

I append noscript tag as body's child, when I run app with angular universal it doesn't show tag in body, but I can see it on inspect element I need to add this noscript tag not in app-root, I need to add it dynamically and as first child of body before app-root

1 Answer 1

0

I solve this in my way. I request for noscript from server.ts, add it to Html string with replace method after body tag and then send it.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.