angular/packages/platform-server
Paul Gschwendtner 0cff9a12d3 fix(platform-server): add missing peer dependency for rxjs (#60308)
The server package imports from `rxjs`, but the dependency was not
specified as `peerDependency`, nor `dependency`. This surfaces as an
error in strict dependency environments, like with pnpm's symlinked node
modules structure.

This commit fixes this. It presumably doesn't fail with e.g. Yarn, or
npm because of node modules hoisting.

PR Close #60308
2025-03-10 11:41:05 -07:00
..
init build: update minimum development Node.js versions (#60080) 2025-03-10 09:45:05 -07:00
src fix(platform-server): decouple server from animations module (#59762) 2025-01-29 10:52:18 -08:00
test ci: fix flakey timer tests (#60254) 2025-03-06 12:49:47 -08:00
testing fix(platform-server): decouple server from animations module (#59762) 2025-01-29 10:52:18 -08:00
BUILD.bazel feat(bazel): support shared chunks in ng_package (#60241) 2025-03-06 10:29:05 -08:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json fix(platform-server): add missing peer dependency for rxjs (#60308) 2025-03-10 11:41:05 -07:00
PACKAGE.md docs: drop glossary links (#55044) 2024-03-28 13:02:50 -07:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00