Is there a way to instantiate objects from a string holding their class name in typescript code example Example: ts create nex field var obj:any = {} obj.prop = 5;