angular-cn/aio/tests/deployment/unit
George Kalpakas f596930c8c fix(docs-infra): ignore server-side redirected URLs in the SW (#19795)
This allows URLs to be passed through to the server (where they are
properly redirected), instead of serving `index.html` from the SW.

Known issue:
`/docs/` will be passed through to the server. `/docs` (without the
trailing slash) will be correctly treated as a navigation URL and
handled by the SW.
We don't link to `/docs/` from within the app, but if there are external
links to `/docs/` they will require a round-trip to the server and will
not work in offline mode.

PR Close #19795
2018-08-27 16:30:43 -04:00
..
testFirebaseRedirection.spec.ts refactor(aio): rename directory (tests/deployment-config --> tests/deployment) (#23390) 2018-04-17 13:45:38 -07:00
testServiceWorkerRoutes.spec.ts fix(docs-infra): ignore server-side redirected URLs in the SW (#19795) 2018-08-27 16:30:43 -04:00