We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1599d commit d1edb71Copy full SHA for d1edb71
adev/src/content/ecosystem/rxjs-interop/signals-interop.md
@@ -125,7 +125,7 @@ export class UserProfile {
125
126
// The `stream` property expects a factory function that returns
127
// a data stream as an RxJS Observable.
128
- stream: ({userId}) => this.userData.load(userId),
+ stream: ({params}) => this.userData.load(params.userId),
129
});
130
}
131
```
0 commit comments