We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cf6c1 commit 182f140Copy full SHA for 182f140
modules/data/src/entity-data.module.ts
@@ -58,7 +58,9 @@ import {
58
],
59
})
60
export class EntityDataModule {
61
- static forRoot(config: EntityDataModuleConfig): ModuleWithProviders {
+ static forRoot(
62
+ config: EntityDataModuleConfig
63
+ ): ModuleWithProviders<EntityDataModule> {
64
return {
65
ngModule: EntityDataModule,
66
providers: [
0 commit comments