Beginner in NgRx Data
I have implemented NgRx data in one of my Application module. Everything is working fine the only concern is api's that i am using in NgRx data configured module not triggering the HTTP Interceptor where i configured my Auth Token on Application level.
All other modules where NgRx is not configured is calling HTTP Interceptor properly & setting the TOKENS in API'S properly.
Is it Mandate to store token in NgRx Store then only API'S will call HTTP Interceptor?
Just an FYI. I am not using NgRX store for Storing Token as of now i am storing in localstorage.