How to execute particular function after api call is done

前端 未结 0 1604
南旧
南旧 2020-12-14 19:32

I have 2 methods in my service.

populateCompanyListFromServer() {
    this.dataService.getParentCompanyList().subscribe(data => {
      this.companyData =          


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