()
| 50 | |
| 51 | /** Internal function to reset the flag in tests */ |
| 52 | export function resetFetchBackendWarningFlag() { |
| 53 | fetchBackendWarningDisplayed = false; |
| 54 | } |
| 55 | |
| 56 | @Injectable({providedIn: 'root'}) |
| 57 | export class HttpInterceptorHandler implements HttpHandler { |
no outgoing calls
no test coverage detected
searching dependent graphs…