Angular - Integration of standalone support for suite #19803
BackResolves #19593
Template Test Case Checklist
🔹 Layered Template
- TC-001 - Add an entity
- TC-002 - Add a child entity
- TC-003 - Add 1-n relation
- TC-004 - Add n-n relation
- TC-005 - Add entity to DDD module
- TC-006 - Add child entity in DDD module
- TC-007 - Add 1-n relation in DDD module
- TC-008 - Add n-n relation in DDD module
🔹 Single Layered Template
- TC-009 - Add an entity
- TC-010 - Add a child entity
- TC-011 - Add 1-n relation
- TC-012 - Add n-n relation
- TC-013 - Add entity inside DDD module
- TC-014 - Add child entity to DDD module
- TC-015 - Add 1-n relation in DDD module
- TC-016 - Add n-n relation in DDD module
🔹 Microservice Template
- TC-017 - Add entity to a new microservice
- TC-018 - Add child entity in new microservice
- TC-019 - Add 1-n relation in new microservice
- TC-020 - Add n-n relation in new microservice
- TC-021 - Add entity in DDD module (microservice)
- TC-022 - Add child in DDD module (microservice)
- TC-023 - Add 1-n relation in DDD (microservice)
- TC-024 - Add n-n relation in DDD (microservice)
How to test
- You will need to switch to this branch
issue/2695(#2851) on the studio side in order to create standalone applications. - Then, navigate to
abp > npmdirectory and run the deploy scriptdeploy-suite-run-before-nuget.ps1 - You can run the
Volo.Abp.Suiteapp underabp > suite > src - This PR covers the backward compatibility, so you will also need to test the old templates that has the module files accordingly.