MCPcopy Create free account
hub / github.com/auth0/angular2-jwt / AppComponent

Class AppComponent

src/app/app.component.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 template: `<pre> {{ res$ | async | json }} </pre>`,
7})
8export class AppComponent {
9 res$ = this.exampleHttpService.testRequest();
10 constructor(private exampleHttpService: ExampleHttpService) {}
11}

Callers

nothing calls this directly

Calls 1

testRequestMethod · 0.80

Tested by

no test coverage detected