We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae09d4a commit 0afa062Copy full SHA for 0afa062
README.md
@@ -21,10 +21,20 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
21
22
23
## Installation
24
-
+#### npm
25
```js
26
npm install --save ng-redux
27
```
28
+#### bower
29
+```js
30
+bower install --save ng-redux
31
+```
32
+
33
+Add the following script tag to your html:
34
35
+```html
36
+<script src="bower_components/ng-redux/dist/ng-redux.js"></script>
37
38
39
## Quick Start
40
0 commit comments