Skip to content

Commit fce9d90

Browse files
committed
- Minor change in import order
1 parent 599ead6 commit fce9d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/core/HttpRequest.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{>header}}
22

33
{{#equals @root.httpClient 'angular'}}
4-
import { HttpClient } from '@angular/common/http';
54
import { Inject, Injectable } from '@angular/core';
5+
import { HttpClient } from '@angular/common/http';
66
import type { Observable } from 'rxjs';
77

88
import type { ApiRequestOptions } from './ApiRequestOptions';

0 commit comments

Comments
 (0)