File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- ## v5 .0.0
2- - Fixed the issue that angular V5.x.x type error ( # 9 ).
1+ ## v4 .0.4
2+ - Updated NPM Readme
33
44## v4.0.3
55 - Default version is now 4.x.x
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ A simple publisher/subscriber service.
1313
1414` npm i --save angular2-pubsub@2.0.6 `
1515
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-
2016 - Add module bundle to imports in your application.
2117``` typescript
2218...
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-pubsub" ,
3- "version" : " 4.0.3 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " Pub/Sub service for Angular 2" ,
55 "main" : " ./umd/angular2-pubsub.js" ,
66 "module" : " ./esm/src/index.js" ,
You can’t perform that action at this time.
0 commit comments