I want to display html content for users who don't use javascript in my Angular app, how can I do it?
Using the noscript tag in the index.html file doesn't work
<body>
<noscript>Test</noscript>
<app-root></app-root>
</body>
I want to display html content for users who don't use javascript in my Angular app, how can I do it?
Using the noscript tag in the index.html file doesn't work
<body>
<noscript>Test</noscript>
<app-root></app-root>
</body>
I just checked in my local system, the
noscripttag works great, please try restarting the server once, it will start working.To disable Javascript
next to refresh button on browser press the button next to url, then click on site settings and new tab will open, there disable javascript!
index.html