Skip to content

Commit dfd2d5c

Browse files
alan-agius4dgp1130
authored andcommitted
fix(@schematics/angular): include index.csr.html in resources asset group
Ensure `index.csr.html` is available for the service worker when using SSR/SSG. Closes #28574 (cherry picked from commit 7de93e5)
1 parent af7e775 commit dfd2d5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/service-worker/files/ngsw-config.json.template

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"resources": {
99
"files": [
1010
"/favicon.ico",
11+
"/index.csr.html",
1112
"/index.html",
1213
"/manifest.webmanifest",
1314
"/*.css",

0 commit comments

Comments
 (0)