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 1+ ## Next v4.0.1
2+ - Fixed the issue that created multiple pubsub services (#7 ).
3+
14## Next v4.0.0
25 - Only version changed for anyone using Angular 4.0.0
36
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-pubsub" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
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