Angular - Align proxy generation processes between suite and cli #19735
BackDescription
Resolves #19671
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- Navigate to
abp > npmdirectory and run the deploy scriptdeploy-suite-run-before-nuget.ps1 - Then you can create a microservice application and create entities for the services you add.
- After adding the service, regenerate the proxies with
abp generate-proxy -t ng -m moduleName --target module-name -u http://localhost:servicePort