File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export { {{baseServiceClass}} } from './{{{baseServiceFile}}}';
3
3
export { {{ requestBuilderClass }} } from './{{{ requestBuilderFile }}} ';
4
4
export { {{ responseClass }} } from './{{{ responseFile }}} ';
5
5
export { {{ moduleClass }} } from './{{{ moduleFile }}} ';
6
- {{ #modelIndex.imports }} export { {{{ typeName }}} {{ #useAlias }} as {{{ qualifiedName }}} {{ /useAlias }} } from '{{{ file }}} ';
6
+ {{ #modelIndex.imports }} export { {{{ typeName }}} {{ #useAlias }} as {{{ qualifiedName }}} {{ /useAlias }} } from './models {{{ file }}} ';
7
7
{{ /modelIndex.imports }}
8
8
{{ #services }} export { {{ typeName }} } from './services/{{{ fileName }}} ';
9
9
{{ /services }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../ng-openapi-gen-schema.json" ,
3
3
"input" : " all-types.json" ,
4
- "output" : " out/all-types/"
5
- }
4
+ "output" : " out/all-types/" ,
5
+ "indexFile" : true
6
+ }
You can’t perform that action at this time.
0 commit comments