()
| 51 | |
| 52 | /** Internal function to reset the flag in tests */ |
| 53 | export function resetFetchBackendWarningFlag() { |
| 54 | fetchBackendWarningDisplayed = false; |
| 55 | } |
| 56 | |
| 57 | @Injectable({providedIn: 'root'}) |
| 58 | export class HttpInterceptorHandler implements HttpHandler { |