Skip to content

Commit

Permalink
Fixed no provider error
Browse files Browse the repository at this point in the history
Fixes #34
  • Loading branch information
NejcZdovc committed Dec 17, 2016
1 parent db916bb commit 305a388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ng2-select2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export { Select2Component } from './src/select2.component';

@NgModule({
exports: [Select2Component],
declarations: [Select2Component],
providers: [Select2Component]
declarations: [Select2Component]
})
export class Select2Module {
}

0 comments on commit 305a388

Please # to comment.