How do you track progress in Angular 2 services? I'm told that we use services to talk to the database or other data repository. while the query is in execution, I'd like to be able to put up a progress bar on the UI.
My question. How do you tract percent complete? Thanks
