Answer the question
In order to leave comments, you need to log in
How to push changes in the service to the factory?
As you know, Angular creates modules once and does not decrease them.
In my case, the module uses a factory that has dependencies:
useFactory: (httpClient: HttpClient, customBlockService: CustomBlockService, EsService: EsService) => {
}
EsService: EsService
have no effect on the second call to the module (reuse). Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question