Skip to content

Fix link to deprecated repo #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions packages/example-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ application.

- [redux](https://github.com/reactjs/redux) Predictable state container for Javascript.
- [redux-observable](https://github.com/redux-observable/redux-observable) Side-effect handling with Observables
- [@angular-redux/store](https://github.com/angular-redux/store) Redux + Angular bindings
- [@angular-redux/router](https://github.com/angular-redux/router) Time travel with the Angular router
- [@angular-redux/form](https://github.com/angular-redux/form) Time travel with Angular forms
- [@angular-redux/store](/packages/store) Redux + Angular bindings
- [@angular-redux/router](/packages/router) Time travel with the Angular router
- [@angular-redux/form](/packages/form) Time travel with Angular forms
- [Redux DevTools Chrome Extension](https://github.com/zalmoxisus/redux-devtools-extension)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-rc.0.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Expand Down
2 changes: 1 addition & 1 deletion packages/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ the class that is responsible for connecting your forms to your Redux state.
There are two ways of doing this: either using an `Redux.Store<T>` object or
an `NgRedux<T>` object. There are no substantial differences between these
approaches, but if you are already using
[@angular-redux/store](https://github.com/angular-redux/store) or you wish to integrate
[@angular-redux/store](/packages/store) or you wish to integrate
it into your project, then you would do something like this:

```typescript
Expand Down