You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/angular/reference/functions/injectSelector.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ function injectSelector<TState, TSelected>(
12
12
options?):Signal<TSelected>;
13
13
```
14
14
15
-
Defined in: [packages/angular-store/src/injectSelector.ts:93](https://github.com/TanStack/store/blob/main/packages/angular-store/src/injectSelector.ts#L93)
15
+
Defined in: [packages/angular-store/src/injectSelector.ts:55](https://github.com/TanStack/store/blob/main/packages/angular-store/src/injectSelector.ts#L55)
16
16
17
17
Selects a slice of state from an atom or store and returns it as an Angular
18
18
signal.
@@ -33,7 +33,7 @@ This is the primary Angular read hook for TanStack Store.
0 commit comments