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 11# Angular support
22
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 ) .
44The generated services are fully injectable and make use of the [ RxJS] ( https://rxjs.dev/ ) Observer pattern.
55If you want to generate the Angular based client then you can specify ` --client angular ` in the openapi call:
66
Original file line number Diff line number Diff line change 2222 " fetch" ,
2323 " xhr" ,
2424 " axios" ,
25+ " angular" ,
2526 " node"
2627 ],
2728 "maintainers" : [
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export class {{{name}}}{{{@root.postfix}}} {
124124 {{ #if errors }}
125125 errors: {
126126 {{ #each errors }}
127- {{{ code }}} : `{{{ description }}} `,
127+ {{{ code }}} : `{{{ escapeDescription description }}} `,
128128 {{ /each }}
129129 },
130130 {{ /if }}
You can’t perform that action at this time.
0 commit comments