Progress Bar with Interceptor in Angular 17 not working
I’m trying to use my interceptor to set a boolean and then use that boolean to hide/show a progress bar. I new to the function based interceptors and guards so I’m not sure if I’m doing this right. The interceptor is working but for some reason the progress bar never shows up when I make an http request. I feel like maybe my inject is just injecting a brand new instance of my data service, but I’m not sure. Any help would be appreciated!