You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on the ABP Modular Monolith tutorial and used ABP Studio to create the startup host application and a module in Angular. I noticed that while the MVC template includes a web project in the module, the Angular version does not seem to include anything related to the UI.
In my case, I followed the tutorial to create a module named "Products." After importing the module into the solution, everything went smoothly, with no errors during the process. However, I expected to see the "Products" module reflected in the menu items, but it is not there.
Could you please clarify why this might be happening or if there are additional steps needed to display the module in the menu?
Version
0.9.22
Operation System
Windows (Default)
Solution Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
I have completed Step 3 of creating a modular monolith application using the Angular framework in ABP Studio. As part of this process, I successfully imported the Product module into the host application. https://abp.io/docs/latest/tutorials/modular-crm/part-03
However, I noticed that the Product menu item is not appearing in the application's menu. Upon investigation, I realized this is because the Product host module does not include a Menu UI component.
To provide further context:
The host application and the module were created using ABP Studio.
Despite importing the Product module correctly, the expected menu item is absent, as illustrated below:
Additionally, examining the Product module solution structure shows that there is no project for the UI:
This absence of a UI project seems to be the root cause of the missing menu item.
Is there an alternative approach to ensure the Product menu item appears in the host application's menu? Additionally, where can I find the UI project if I want to add a user interface for the Products?
You can also see here in the host application that there is no menu UI component available in the solution. It seems that the menu is implemented as a built-in functionality.
I wanted to check if there are any updates on this issue., I’d appreciate any guidance on locating or creating the UI project for the module.
We are starting a new project that requires a modular monolith approach with Angular, so understanding the best practices for integrating module UI components is crucial for us.
Is there an existing issue for this?
Description
I have been working on the ABP Modular Monolith tutorial and used ABP Studio to create the startup host application and a module in Angular. I noticed that while the MVC template includes a web project in the module, the Angular version does not seem to include anything related to the UI.
In my case, I followed the tutorial to create a module named "Products." After importing the module into the solution, everything went smoothly, with no errors during the process. However, I expected to see the "Products" module reflected in the menu items, but it is not there.
Could you please clarify why this might be happening or if there are additional steps needed to display the module in the menu?
Version
0.9.22
Operation System
Windows (Default)
Solution Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: