mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-06 18:45:08 +00:00
(fuse/mock-api) Added a return type to the factory function
This commit is contained in:
parent
4a30e3482c
commit
f9c8e16778
|
@ -29,7 +29,7 @@ export class FuseMockApiModule
|
|||
{
|
||||
provide : APP_INITIALIZER,
|
||||
deps : [...mockApiServices],
|
||||
useFactory: () => () => null,
|
||||
useFactory: () => (): any => null,
|
||||
multi : true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user