File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Angular support
2
2
3
- This tool allows you to generate a client based on the [ ` Angular HttpClient ` ] ( https://angular.io/guide/http ) .
3
+ This tool allows you to generate a client based on the Angular [ ` HttpClient ` ] ( https://angular.io/guide/http ) .
4
4
The generated services are fully injectable and make use of the [ RxJS] ( https://rxjs.dev/ ) Observer pattern.
5
5
If you want to generate the Angular based client then you can specify ` --client angular ` in the openapi call:
6
6
Original file line number Diff line number Diff line change 22
22
" fetch" ,
23
23
" xhr" ,
24
24
" axios" ,
25
+ " angular" ,
25
26
" node"
26
27
],
27
28
"maintainers" : [
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export class {{{name}}}{{{@root.postfix}}} {
124
124
{{ #if errors }}
125
125
errors: {
126
126
{{ #each errors }}
127
- {{{ code }}} : `{{{ description }}} `,
127
+ {{{ code }}} : `{{{ escapeDescription description }}} `,
128
128
{{ /each }}
129
129
},
130
130
{{ /if }}
You can’t perform that action at this time.
0 commit comments