File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11## Next v4.0.0
22 - Only version changed for anyone using Angular 4.0.0
33
4+ ## v2.0.4
5+ - Fixed the issue that created multiple pubsub services (#7 ).
6+
47## v2.0.1
58 - $pub command return undefined when no event subscribe.
69 - $sub method bug solved. RxJS Subscriber no longer call subscribe method on start.
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-pubsub" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.0.4 " ,
44 "description" : " Pub/Sub service for Angular 2" ,
55 "main" : " ./umd/angular2-pubsub.js" ,
66 "module" : " ./esm/src/index.js" ,
Original file line number Diff line number Diff line change 11import { PubSubService } from './angular2-pubsub.service' ;
22import { ModuleWithProviders , NgModule } from '@angular/core' ;
33
4- @NgModule ( {
5- providers : [
6- PubSubService
7- ]
8- } )
94export class PubSubModule {
105 public static forRoot ( ) : ModuleWithProviders {
116 return {
You can’t perform that action at this time.
0 commit comments