Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/auth0/angular2-jwt
/ testRequest
Method
testRequest
src/app/services/example-http.service.ts:10–12 ·
view source on GitHub ↗
(route = '/assets/example-resource.json')
Source
from the content-addressed store, hash-verified
8
constructor(private http: HttpClient) {}
9
10
testRequest(route =
'/assets/example-resource.json'
) {
11
return
this.http.get(route);
12
}
13
}
Callers
2
AppComponent
Class · 0.80
example-http.service.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected