mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The ServiceWorker `navigationUrls` globs defined in `ngsw-config.json` are supposed to exclude any URLs that are redirected on the server (as configured in `firebase.json`). However, the list of redirected URLs/globs in `firebase.json` and `ngsw-config.json` have gotten out of sync. This commit updates the globs in `ngsw-config.json` to match the ones in `firebase.json`. This is in preparation of automatically generating the ServiceWorker `navigationUrls` based on `firebase.json`. PR Close #42452 |
||
|---|---|---|
| .. | ||
| test.js | ||
| testFirebaseRedirection.spec.ts | ||
| testServiceWorkerRoutes.spec.ts | ||
| tsconfig.json | ||