mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Minor change in import order
This commit is contained in:
parent
599ead60c2
commit
fce9d907da
@ -1,8 +1,8 @@
|
||||
{{>header}}
|
||||
|
||||
{{#equals @root.httpClient 'angular'}}
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
import { Inject, Injectable } from '@angular/core';
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
import type { Observable } from 'rxjs';
|
||||
|
||||
import type { ApiRequestOptions } from './ApiRequestOptions';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user