I know, this question may sound duplicate and I have tried everything found on stackover flow unable to resolve this problem, so please bear with me
To make
You have to modify your response-interceptor.service.ts
import { Injectable,Inject, Injector } from '@angular/core'; constructor( inj: Injector) { this._globalFunctionService=inj.get(GlobalFunctionService) }
You can get more info From this link