Julien Saguet
Julien Saguet
### Which @angular/* package(s) are relevant/related to the feature request? common, platform-browser ### Description Following #50117, additional configuration was added to the HTTP transfer cache. One use-case was mentioned in...
Expose `transferStateInterceptorFn` in public api so that developers can use it where best suited in the interceptor chain. This is useful when different urls are used to access the same...
**Description:** After checking out the rxjs repo and running the unit tests, I noticed these 3 tests were always failing. (I'm running Windows 10 with Node 20) The issue is...
### Description This PR removes the dependency on `strip-ansi` and uses `stripVTControlCharacters` from `node:util` instead which is a built-in replacement.
This PR adds a new package `vitest-given` that is compatible with `vitest`. This is a requirement to add support for `vitest` to [`auto-spies`](https://github.com/hirezio/auto-spies/pull/90). `typescript` was bumped to 5.2 because vitest...