Hi, While using the Power tool I have Created the entity and In angular project the service methods & Dto classes are not created in Service-Proxies.ts. Can you please help me ASAP?
I have Downloded Powew tool from here "https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools"
Angular V : 8.0.0 Asp.net core V: 2.2
After Doing the above the Process
6 Answer(s)
-
0
You need to run nswag/refresh.bat file.
see https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Infrastructure-Angular-NSwag
-
0
@yekalkan
From where can I run this file can you please suggest ? I have open this angular project in visual code and core api In visual studio.
Kindly provide me steps fro that.
-
0
Go to angular/nswag directory. Double click on refresh.bat file.
-
0
I double click on refresh.bat file and seems its not updating the Service-Proxies.ts file. When I open that refresh.bat file the path is "..\node_modules.bin\nswag" but when I find nswag on this path the file or some exe are not in node_modules.bin . Is this any application to add this file in folder or somthing else?
-
0
is *.Host project running?
-
0
Thanks Working !!