MCPcopy Create free account
hub / github.com/angular/angular / resetFetchBackendWarningFlag

Function resetFetchBackendWarningFlag

packages/common/http/src/backend.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

provider_spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected