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 0519f6b commit 4af6459Copy full SHA for 4af6459
projects/ngrx.io/content/guide/component-store/write.md
@@ -93,7 +93,7 @@ export class MoviesPageComponent implements OnInit {
93
94
## `patchState` method
95
96
-The `patchState` method can be called by providing a partial state object or a partial updater callback.
+The `patchState` method can be called by providing a partial state Observable<object>, object, or a partial updater callback.
97
98
When the partial state is provided it patches the state with the provided value.
99
0 commit comments