Vojtech Mašek
Vojtech Mašek
Is is possible to add [Google material icons](https://design.google.com/icons/) ? It would be great if syntax like this `thumb_up` or angular [material2](https://github.com/angular/material2/tree/master/src/components/icon)'s `thumb_up` had similar behavior like font awesome's ``
Support multiple array (object?) serialization strategies for the (query) parameters and headers - [ ] create a wrapper function that will handle the serialisation based on the supported `collectionFormat` formats...
Beta version of the generator has been released, it brings many fixes and improvements. Please test this version and report inconsistencies/bugs so we can fix them for the final release
swagger 3.0 Body and form parameters are replaced with [requestBody](https://swagger.io/docs/specification/describing-request-body)
Currently, we are waiting until OpenAPI 3+ is adopted by mayor services.
Something like this could do ``` export class ApiClientModule { constructor(@Optional() http: HttpClient) { if (!http) { throw new Error('You need to import the HttpClientModule in your main module (usually...
### Description Type of one of the `objs_user_profile` properties is incorrect. property `fields` has a type which is an array (`"type": ["object", "null", "array"]`) which is incorrect according to OpenAPI...
This PR replaces `lodash` usages by native JS check and simple UID generator. We are in effort to remove `lodash` from our production dependencies and since we use this library,...
# Proposal - explain quantifiers and character sets... - understand capturing groups - https://www.codecademy.com/learn/natural-language-processing/modules/nlp-regex-parsing-module - show regex101.com - show usage in WebStorm (regex replace) - greedy search - modifiers #...
# Proposal - Differences between classes, interfaces and type aliases. - Literal and enum-member types. - Intersection and union types. - Type guards based on type discriminants, duck typing, `typeof`...