Skip to content

Commit 7c03efd

Browse files
sqlProvidersqlProvider
sqlProvider
authored and
sqlProvider
committed
[Fix] forgetten NgModule syntax
1 parent 2122b22 commit 7c03efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/angular2-pubsub.module.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { PubSubService } from './angular2-pubsub.service';
22
import { ModuleWithProviders, NgModule } from '@angular/core';
33

4+
@NgModule()
45
export class PubSubModule {
56
public static forRoot(): ModuleWithProviders {
67
return {

0 commit comments

Comments
 (0)