Base solution for your next web application
Open Closed

service-proxies.ts file not updating after new changes #2827


User avatar
0
swapsword created

Hello Developers,

We are using asp.net boilerplate (ASP.NET Core 1.x with Angular 2(SPA) project), which one is release recently.

Problem we are facing:

  • New services created/updated in ASP.NET boilerplate (angular-core) is not updating the service-proxies.ts file inside(angular folder of project). Looked everywhere and also inside the document but unable to find about it.

So, can you please share some document or link for creating the new service inside asp.net boilerplate framework for angular 2? We are stuck here from last 2 days and unable to solve this problem.

Note: I am sure that service-proxies.ts file is created and updated by asp.net boilerplate.

Best Regards, Swapnil Pathak


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Sorry, we forgot to mention it in documentation. There is a bat file here <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-core-template/tree/master/angular/nswag">https://github.com/aspnetboilerplate/mo ... ular/nswag</a>. When you run it, it refreshes service proxies.

    Thanks.

  • User Avatar
    0
    swapsword created

    Hello Developers,

    services-proxies.ts file is updated after running refresh.bat file in command prompt.

    Thank you! :D