-
Notifications
You must be signed in to change notification settings - Fork 12k
@angular/pwa noscript fallback missing #11543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks like the code is still there: angular-cli/packages/angular/pwa/pwa/index.ts Line 100 in 44086c6
and the spec file:
However, the index.html file is not being updated with this line. |
I agree that the code and test appear to be OK, perhaps it is how we are parsing the index.html file in order to determine where to place this text. Can you please share the contents of your Thanks! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Area
Versions
Repro steps
ng add @angular/pwa
Desired functionality
in the
index.html
file, we should see<noscript>Please enable JavaScript to continue using this application.</noscript>
Mention any other details that might be useful
This code was merged in on May 21: angular/devkit#853 by @filipesilva but has somehow been lost in the shuffle.
The text was updated successfully, but these errors were encountered: