mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| init | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||