Please support Typescript as CodeGen Target

Hi

I started to use Angular 2 and really like this new Web Development environment. Angular 2 is fully based on TypeScript and the syntax is 1:1 C# using strong types.

Now it would be a real dream to consume the WebServices produced by the Remobjects SDK directly within the TypeScript environment.

Any plans?

regards Günther

1 Like

Hello

That is not a separate CodeGen you need. Rather a TSD is needed (a type definitions allowing to call JS code from TS) + small addon to the JS CodeGen to generate .tsd files for JS _intf files.

We’ll discuss this feature. However I cannot provide you any ETA for this in any case.

Thanks, logged as bugs://77164

Hello Anton

JS CodeGen to generate .tsd files for JS _intf files.

exactly! An additional TS wrapper for the already existing JS output. That would be a great help! I hope that this issue is considered for the next release :grin:. Manual wrapping is really a nightmare.

Hello,

I wonder if this was ever implemented? I can’t see that option from ServiceBuilder nor rodl2code, so I guess not?

Any idea if it will ever be implemented?

Thanks!

1 Like

Hi,

This issue isn’t implemented yet.

I’ll re-review this issue.