Skip to content

Commit

Permalink
fix(data): EntityDataModuleWithoutEffect ModuleWithProviders (#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggerpk committed Feb 10, 2020
1 parent 7b3aea3 commit 234ce84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/data/src/entity-data-without-effects.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ export interface EntityDataModuleConfig {
export class EntityDataModuleWithoutEffects implements OnDestroy {
private entityCacheFeature: any;

static forRoot(config: EntityDataModuleConfig): ModuleWithProviders {
static forRoot(
config: EntityDataModuleConfig
): ModuleWithProviders<EntityDataModuleWithoutEffects> {
return {
ngModule: EntityDataModuleWithoutEffects,
providers: [
Expand Down

0 comments on commit 234ce84

Please sign in to comment.