Skip to content

Commit b792dd1

Browse files
committed
Update README.md
1 parent 13c9c95 commit b792dd1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,9 @@ This means that you are free to use Redux basic API in advanced cases where `con
118118

119119

120120
## Using DevTools
121-
*Coming soon*
121+
122+
## Using DevTools
123+
124+
In order to use Redux DevTools with your angular app, you need to install [react](https://www.npmjs.com/package/react), [react-redux](https://www.npmjs.com/package/react-redux) and [redux-devtools](https://www.npmjs.com/package/redux-devtools) as development dependencies.
125+
126+
You can find a sample devtools implentation in the [counter example](https://github.com/wbuchwalter/ng2-redux/blob/master/examples/counter/devTools.js)

0 commit comments

Comments
 (0)