Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d45fd92

Browse files
BioPhotonhoebbelsB
andauthored
Update apps/docs/docs/state/selections/selections.mdx
Co-authored-by: Julian Jandl <[email protected]>
1 parent 5a61861 commit d45fd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/docs/state/selections/selections.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ const vm$: Observable<> = model$.pipe(select(map(({ b }) => b === 'a')));
162162
<!--
163163
Computes 1 time & Renders 2. ✅; .4 ✅
164164
-->
165-
<div *rxLet="model$; let vm">B: {{vm.b}}</div>
166-
B: {{(model$ | push).b}}
165+
<div *rxLet="vm$; let vm">B: {{vm.b}}</div>
166+
B: {{(vm$ | push).b}}
167167
```
168168

169169
## selectSlice

0 commit comments

Comments
 (0)