I have already added File Management module to my project. And then I want to redesign both frontend and backend. But I don't know how to do that
- ABP Framework version: v4.2.2
- 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)
-
1
Hi,
Is File Management Angular source code downloaded to
projects\file-management
directory in your angular project? If so, you can edit related components to customize File Management UI.If the Angular source code is not downloaded, run
abp add-module Volo.FileManagement --with-source-code --add-to-solution-file
inaspnet-core
folder, with the latest version (v4.3.0) of ABP CLI.(If you get an error related with Volo.FileManagement.MongoDb.Tests project, simply remove it from solution.)
-
0
Hi yekalkan,
I don't see source code projects\file-management directory in my angular project. And then i run abp add-module Volo.FileManagement --with-source-code --add-to-solution-file in aspnet-core folder, but i still cannot see source code angular in projects\file-management.
-
0
Hi,
Is File Management Angular source code downloaded to
projects\file-management
directory in your angular project? If so, you can edit related components to customize File Management UI.If the Angular source code is not downloaded, run
abp add-module Volo.FileManagement --with-source-code --add-to-solution-file
inaspnet-core
folder, with the latest version (v4.3.0) of ABP CLI.(If you get an error related with Volo.FileManagement.MongoDb.Tests project, simply remove it from solution.)
Hi yekalkan, I downloaded source code angular directly from abp suite, and after reconfiguration my project can customize UI. But, next step i don't see where i can add more action for gird content or add new column on table. how i can customize component abp-extensible-table