Skip to content

Commit 6c7b6e5

Browse files
sqlProvidersqlProvider
sqlProvider
authored and
sqlProvider
committed
resolved #5
1 parent 0add2a3 commit 6c7b6e5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Next v4.0.0
2+
- Only version changed for anyone using Angular 4.0.0
3+
14
## v2.0.1
25
- $pub command return undefined when no event subscribe.
36
- $sub method bug solved. RxJS Subscriber no longer call subscribe method on start.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ A simple publisher/subscriber service.
99

1010
`npm i --save angular2-pubsub` | `bower i --save angular2-pubsub`
1111

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+
1216
- Add module bundle to imports in your application.
1317
```typescript
1418
...

0 commit comments

Comments
 (0)