We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0add2a3 commit 6c7b6e5Copy full SHA for 6c7b6e5
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## Next v4.0.0
2
+ - Only version changed for anyone using Angular 4.0.0
3
+
4
## v2.0.1
5
- $pub command return undefined when no event subscribe.
6
- $sub method bug solved. RxJS Subscriber no longer call subscribe method on start.
README.md
@@ -9,6 +9,10 @@ A simple publisher/subscriber service.
9
10
`npm i --save angular2-pubsub` | `bower i --save angular2-pubsub`
11
12
+ if you use Angular version 4.x.x plase install from npm with 'next' tag.
13
14
+`npm i --save angular2-pubsub@next`
15
16
- Add module bundle to imports in your application.
17
```typescript
18
...
0 commit comments