Skip to content

Commit

Permalink
Add NGXPS_CONFIG provider for non forRoot() import (fixes #341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Jan 31, 2019
1 parent 880dd85 commit a1c2f22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { PageScrollConfig } from './types/page-scroll.config';
@NgModule({
providers: [
PageScrollService,
{provide: NGXPS_CONFIG, useValue: {}},
],
})
export class NgxPageScrollCoreModule {
Expand Down

0 comments on commit a1c2f22

Please sign in to comment.