Hi guys, I have a little problem, I need to place an order and order item on a screen and how to make the master / detail, I created a crud with ABP SUITE, with the order and another crud with the items, but now I need to join them I would like to have a real example in practice of how to do it. If possible even send a simple ready code that I can copy the idea. Thank you very much in advance
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v4.3.3
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
3 Answer(s)
-
0
Check the EasyCrm sample from commercial doc website
-
0
Hello,
You can pass master's information (like identifier) to detail component with angular router. You can resolve master's information in detail component with
ActivatedRoute. For more information please check the Angular Router Documentation -
0
This question has been automatically marked as stale because it has not had recent activity.