Open Closed

How i can customize module added to my project #1237


User avatar
0
devteam created

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)
  • User Avatar
    1
    yekalkan created
    Support Team Fullstack Developer

    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 in aspnet-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.)

  • User Avatar
    0
    devteam created

    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.

  • User Avatar
    0
    devteam created

    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 in aspnet-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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11