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 80a5fa4 commit 521bba1Copy full SHA for 521bba1
README.md
@@ -40,8 +40,6 @@ If you have a good reason to mutate your states, you can still [disable caching]
40
41
#### Initialization
42
43
-$ngReduxProvider.createStoreWith(reducer, ['promiseMiddleware', loggingMiddleware]);
44
-
45
```JS
46
$ngReduxProvider.createStoreWith(reducer, [middlewares], storeEnhancer);
47
```
0 commit comments