yantrab
yantrab
Hi, can you help me with how to get parameters types from function? I can get constructor parameter type by `Reflect.getMetadata('design:paramtypes', target) ` but get nothing for `Reflect.getMetadata('design:paramtypes', target.prototype.somemethod)`
Hi,thank for the great lib. There is an option to declare it rtl? 
I using custom format : ``` @Injectable() export class MyDateAdapter extends NativeDateAdapter { constructor(matDateLocale: string) { super(matDateLocale, new Platform()); } format(date: Date, displayFormat: any): string { return format(date, 'DD/MM/YYYY'); }...
**Describe the bug** The transform fruncion convert also undefined params and got an unexpected result. **To Reproduce** yaml``` /api/event-timeline: get: tags: - EventTimeline responses: '200': content: application/json: schema: type: array...
i try to set selected values. if is only one, it is work fine, but when i try to set prop selected on more than one, then i get wrong...
Hi, i got this error: (function (exports, require, module, __filename, __dirname) { import "reflect-metadata"; ^^^^^^^^^^^^^^^^^^ ``` SyntaxError: Unexpected string at new Script (vm.js:79:7) at createScript (vm.js:251:10) at Object.runInThisContext (vm.js:303:10) at...
Hi, I wont to save the sort order in the model list. Hoe can i do so please? it is be nice is changing the order of the array...
Thanks for the package. my problem is that it is generates classes with dot in the parameters and functions: ``` export const _PASSPORT_CTRL.LOGIN_START = 's/PassportCtrl/_PASSPORT_CTRL.LOGIN_START' export function PassportCtrl.login(body: api.UserLogin): Promise...