Category Archives: typescript

Home / JavaScript / typescript
1 Post

Recently, I ran into a limitation with JSON.stringify with TypeScript classes that use inheritance. Using get/set in TypeScript with inherited classes results in the serialized output not containing the getter properties.

More Link