C# like object initialisation in TypeScript
In TypeScript, I've missed the ease of initialising objects as I have in dotnet with object initalisation. While researching an issue, I stumbled upon a little trick that makes initialising an object a breeze in TypeScript. Let's dive right in with a...
Oct 29, 20182 min read72

