We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After updating angular to version 9 we get this error:
ERROR in node_modules/json-typescript-mapper/index.ts:187:13 - error TS2536: Type 'string' cannot be used to index type 'T'.
187 instance[key] = decoratorMetaData.customConverter.fromJson(json[decoratorMetaData.name || key]);