I want to add my authentication token in the request header in my auth.interceptor.ts and I'm keeping the authentication token value in my auth.service.ts. Here
In the angular docs, it lists the types of feature modules that one can implement. One of those being a service module. https://angular.io/guide/module-types
I am getting error: tried using like: "useClass: ApidataService" or "ApidataService" in providers and also remove public from the service constructor. Failed t