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