Angular - Master-Child Proxy Generation Problem on Camel-cased Child Entities #17596
Description
Resolves #17567 and here is a recording that shows the cases that can be considered
Checklist
- I fully tested it as developer
- No need for documentation
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- Run
deploy-suite-run-before-nuget.ps1
to deploy the schematics folder that is inabp -> npm
. - Run suite and open a project.
- Create master and child entities with & without camel cases (I have also tested the property navigations for child entities in the same way).
- You may need to regenerate the proxy if you still get errors on the backend side. In order to manage this, you need to run
abp generate-proxy -t ng -a <project-name>
under the angular root directory and the project should be up in the meantime.