Skip to content

Commit 711a98a

Browse files
sqlProvidersqlProvider
authored andcommitted
[Moved] pubsub.module moved to angular2-pubusb.module
1 parent f914507 commit 711a98a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { ModuleWithProviders, NgModule } from '@angular/core';
44
@NgModule({
55
providers: [
66
PubSubService
7-
],
8-
exports: [
9-
PubSubService
107
]
118
})
129
export class PubSubModule {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * from './angular2-pubsub.service';
2-
export * from './pubsub.module';
2+
export * from './angular2-pubsub.module';

0 commit comments

Comments
 (0)