Skip to content

Commit

Permalink
fix(@schematics/angular): include index.csr.html in resources asset…
Browse files Browse the repository at this point in the history
… group

Ensure `index.csr.html` is available for the service worker when using SSR/SSG.

Closes #28574
  • Loading branch information
alan-agius4 authored and dgp1130 committed Oct 7, 2024
1 parent 54cb005 commit 7de93e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"resources": {
"files": [
"/favicon.ico",
"/index.csr.html",
"/index.html",
"/manifest.webmanifest",
"/*.css",
Expand Down

0 comments on commit 7de93e5

Please sign in to comment.