Base solution for your next web application
Open Closed

Typescript Integration Dopcumentation #829


User avatar
0
maharatha created

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)
  • User Avatar
    0
    hikalkan created
    Support Team

    It's a contribution from the community and not documented. I will test and document it soon.

  • User Avatar
    0
    maharatha created

    Thank You very much. Appreciate it.

  • User Avatar
    0
    andmattia created

    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

  • User Avatar
    0
    hikalkan created
    Support Team

    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).

  • User Avatar
    0
    hkcf created

    <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

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes it is possible, it should work just like core version.