angular/packages/platform-server
Paul Gschwendtner 15c42969fc 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:06 -07:00
..
init docs: fix missing alert block styles in the API reference (#59020) 2024-12-04 11:02:42 +01: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:48 -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:06 -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