Skip to content

Commit 227ba23

Browse files
committed
fix: fix typing issue
1 parent d7d91ef commit 227ba23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/exportService.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{{>header}}
22

3+
import { ClientOptions } from './core/{{{httpRequest}}}';
4+
35
{{#equals @root.httpClient 'angular'}}
46
{{#if @root.exportClient}}
57
import { Injectable } from '@angular/core';
@@ -10,8 +12,6 @@ import { HttpClient } from '@angular/common/http';
1012
import type { Observable } from 'rxjs';
1113
{{/if}}
1214

13-
import { ClientOptions } from './core/{{{httpRequest}}}';
14-
1515
{{/equals}}
1616
{{#if imports}}
1717
{{#each imports}}

0 commit comments

Comments
 (0)