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 af474f2 commit a80107bCopy full SHA for a80107b
README.md
@@ -7,9 +7,13 @@ A simple publisher/subscriber service.
7
## Usage
8
- Import service in your codes or download via npm or bower.
9
10
-`npm i --save angular2-pubsub` | `bower i --save angular2-pubsub`
+`npm i --save angular2-pubsub`
11
12
- if you use Angular version 4.x.x plase install from npm with 'next' tag.
+ if you use Angular version 2.x.x plase install from npm with '2.0.6' tag.
13
+
14
+`npm i --save angular2-pubsub@2.0.6`
15
16
+ if you use Angular version 5.x.x plase install from npm with 'next' tag.
17
18
`npm i --save angular2-pubsub@next`
19
0 commit comments