Skip to content

Commit 1228721

Browse files
committed
Update README.md
1 parent 12f2229 commit 1228721

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
1515
- [Installation](#installation)
1616
- [Quick Start](#quick-start)
1717
- [API](#api)
18+
- [UI-Router](#ui-router)
1819
- [Using DevTools](#using-devtools)
1920

21+
2022
## Installation
2123

2224
```js
@@ -125,6 +127,9 @@ $ngRedux.subscribe(() => {
125127
This means that you are free to use Redux basic API in advanced cases where `connect`'s API would not fill your needs.
126128

127129

130+
## UI-Router
131+
See [redux-ui-router](https://github.com/neilff/redux-ui-router)
132+
128133
## Using DevTools
129134
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.
130135

0 commit comments

Comments
 (0)