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 4aec80c commit 7d23fdbCopy full SHA for 7d23fdb
docs/store/README.md
@@ -54,7 +54,7 @@ export function counterReducer(state: number = 0, action: Action) {
54
```
55
56
To register the state container within your application, import the reducers and use the `StoreModule.forRoot`
57
-function in the `imports` array them in the `AppModule`.
+function in the `imports` array of the `@NgModule` decorator for your `AppModule`.
58
59
```ts
60
import { NgModule } from '@angular/core'
0 commit comments