mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
15c42969fc
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
824 B
824 B