How to use @Inject and get the instance of the service not in the constructor?

前端 未结 0 1188
梦毁少年i
梦毁少年i 2020-12-13 18:52

I have a generic class that uses http inside it:

export abstract class GenericCrudService {
  constructor(protected http: HttpService, protected reso         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题