Skip to content

Commit 4af6459

Browse files
authored
docs(ComponentStore): complete documentation for patchState (ngrx#2987)
1 parent 0519f6b commit 4af6459

File tree

1 file changed

+1
-1
lines changed
  • projects/ngrx.io/content/guide/component-store

1 file changed

+1
-1
lines changed

projects/ngrx.io/content/guide/component-store/write.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class MoviesPageComponent implements OnInit {
9393

9494
## `patchState` method
9595

96-
The `patchState` method can be called by providing a partial state object or a partial updater callback.
96+
The `patchState` method can be called by providing a partial state Observable<object>, object, or a partial updater callback.
9797

9898
When the partial state is provided it patches the state with the provided value.
9999

0 commit comments

Comments
 (0)