Creating a Progress Bar for HTTP GET Request? (Angular)

Viewed 27

So, I have an HTTP client get request in Angular to get certain specific data from the server endpoint (which is in Python and uses the falcon framework). I need to see the upload progress of the data on a progress bar depending on the data size. Is there a way this could be possible?

1 Answers
Related