Open Closed

Need help with Chat Feature Angular UI Customization #2857


User avatar
0
thantnaylin created

I have set up the chat feature by following this documentation.

Everything is working as it is supposed to be. But I need to customize the UI for chat component (I'm using Angular UI anyway). I had looked for any documentation or guide to achieve it but couldn't find any.

So, anyone please let me know how to achieve it. Thanks.


3 Answer(s)
  • User Avatar
    0
    thantnaylin created

    Any update?

  • User Avatar
    1
    muhammedaltug created

    Hello,

    You can customize UI by downloading the source code. Please follow the steps below. Note: Please be sure working in clean git directory

    1. Run command below in your aspnet-core folder
      abp add-module Volo.Chat --with-source-code --add-to-solution-file
      
    2. Run the command below in your root folder and delete modules folder which is in aspnet-core folder.
      git restore --source=HEAD --staged --worktree -- aspnet-core
      
    3. Finally add the Chat module again to your project by running the below command in your aspnet-core directory
       abp add-module Volo.Chat
      
  • User Avatar
    0
    thantnaylin created

    Got it. Thanks!

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 04, 2025, 08:36