We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599ead6 commit fce9d90Copy full SHA for fce9d90
src/templates/core/HttpRequest.hbs
@@ -1,8 +1,8 @@
1
{{>header}}
2
3
{{#equals @root.httpClient 'angular'}}
4
-import { HttpClient } from '@angular/common/http';
5
import { Inject, Injectable } from '@angular/core';
+import { HttpClient } from '@angular/common/http';
6
import type { Observable } from 'rxjs';
7
8
import type { ApiRequestOptions } from './ApiRequestOptions';
0 commit comments