I see you have integrated TypeScript to Aspnet Boiler plate and I want to use it. But I am having trouble proceeding without a documentation. I am fairly new to Typescript so documentation would surely help
6 Answer(s)
-
0
It's a contribution from the community and not documented. I will test and document it soon.
-
0
Thank You very much. Appreciate it.
-
0
Any update about documentation or example?
I try to use TS script but I have some issue first of all the abp.services.xxxx how can use it on $injection?
So I think is a good option start some documentation about TS if we think to move to angular2 in next time.
mat
-
0
We are using angular 2 with typescript. We used nswag (<a class="postlink" href="https://github.com/NSwag/NSwag">https://github.com/NSwag/NSwag</a>) to automatically create typescript proxies (instead of implementing our own solution).
-
0
<cite>hikalkan: </cite> We are using angular 2 with typescript. We used nswag (<a class="postlink" href="https://github.com/NSwag/NSwag">https://github.com/NSwag/NSwag</a>) to automatically create typescript proxies (instead of implementing our own solution).
HI,
In ASP.net Zore with web.net mvc (not core), is it possible to generate the proxy service by the nswag as well?
Thanks!
Ivan Lee
-
0
Hi,
Yes it is possible, it should work just like core version.