angular-opensource icon indicating copy to clipboard operation
angular-opensource copied to clipboard

Access BusyTrackerService

Open mtpultz opened this issue 5 years ago • 2 comments

Would it be possible to get access to the instance of BusyTrackerService? I've tried to dependency inject it into my app and parent components so I could tell globally if anything was busy, but even though I've got the import correct it doesn't seem to exist.

mtpultz avatar Nov 11 '19 17:11 mtpultz

No, there's no way to get the instance of BusyTrackerService now.

victos avatar Dec 09 '19 09:12 victos

Would it be possible to get a public version that simply provides an indicator that someone is busy, and maybe a key for indicating the name? It would be useful to have a service like this so adjacent components would know not to allow things like routing when busy is running.

mtpultz avatar Dec 18 '19 19:12 mtpultz