We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a56d5 commit 30b77d5Copy full SHA for 30b77d5
docs/tutorials/quick-start.md
@@ -185,7 +185,6 @@ That was a brief overview of how to set up and use Redux Toolkit with Angular. R
185
- `configureStore` automatically sets up the store with good default settings
186
- **Provide the Redux store to the Angular application components**
187
- Put a Angular Redux `provideRedux` provider factory in your `bootstrapApplication`'s `providers` array
188
- - Pass the Redux store as `<Provider store={store}>`
189
- **Create a Redux "slice" reducer with `createSlice`**
190
- Call `createSlice` with a string name, an initial state, and named reducer functions
191
- Reducer functions may "mutate" the state using Immer
0 commit comments