Angular 4 single API request running multiple times

后端 未结 2 401
离开以前
离开以前 2020-12-21 16:33

I am having issue regarding Angular 4 App. I have created an app in which data is getting from third party APIs. The issue I am getting is my APIs are calling for multiple t

2条回答
  •  清歌不尽
    2020-12-21 17:00

    There May be some issue with your code. Browser doesn't add run any extra request except flight request. To check this you first check how many time that function is calling. I am very sure about this because I had the same issue.

提交回复
热议问题