Skip to content

Commit 52149bd

Browse files
committed
Update README.md
1 parent 1e6149c commit 52149bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ $ngRedux.subscribe(() => {
137137

138138
This means that you are free to use Redux basic API in advanced cases where `connect`'s API would not fill your needs.
139139

140+
## Dependency Injectable Middleware
141+
You can use angularjs DI mechanism to resolve dependencies inside a `middleware`.
142+
To do so, define your middleware as a service
140143

141144
## Routers
142145
See [redux-ui-router](https://github.com/neilff/redux-ui-router) to make ng-redux and UI-Router work together. <br>

0 commit comments

Comments
 (0)