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
Asked
Active
Viewed 766 times
1 Answers
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.

Smbat Poghosyan
- 719
- 7
- 20