rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

Download a file #199

Open fazGuitar opened 2 years ago

fazGuitar commented 2 years ago

Hi i am using Angular 11 and actually i am configuring your fantastic chat inside an application. I have a question, when the sender upload a file (i am using a custom uploadAdapter that implements IFileUploadAdapter to call a specific API given by backend) how can the receiver download the attachment? There is no clickable element in the message that is seen by the receiver.

image