Skip to content

Commit 182f140

Browse files
author
Yousuf Jawwad
authored
fix(data): Angular 9 style ModuleWithProvider (#2356) (#2357)
Closes #2356
1 parent f3cf6c1 commit 182f140

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/data/src/entity-data.module.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ import {
5858
],
5959
})
6060
export class EntityDataModule {
61-
static forRoot(config: EntityDataModuleConfig): ModuleWithProviders {
61+
static forRoot(
62+
config: EntityDataModuleConfig
63+
): ModuleWithProviders<EntityDataModule> {
6264
return {
6365
ngModule: EntityDataModule,
6466
providers: [

0 commit comments

Comments
 (0)