Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

chore(docs): Added banner pointing to latest release #55

Merged
merged 2 commits into from
Jul 18, 2017
Merged
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
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
---
# This repository is for version 1.x of of @ngrx/router-store.
# [Click here for the latest version (4.x)](https://github.com/ngrx/platform)
---

# @ngrx/router-store
### Bindings to connect angular/router to ngrx/store
Bindings to connect angular/router to ngrx/store

[![Join the chat at https://gitter.im/ngrx/store](https://badges.gitter.im/ngrx/store.svg)](https://gitter.im/ngrx/store?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

### Installation

```
npm install @ngrx/router-store --save
npm install @ngrx/router-store@1.2.6 --save
```

### Setup
Expand Down