ng-chat icon indicating copy to clipboard operation
ng-chat copied to clipboard

💬 A simple facebook/linkedin lookalike chat module for Angular applications.

Results 35 ng-chat issues
Sort by recently updated
recently updated
newest added

this getMessageHistoryByPage(destinataryId: any, size: number, page: number): method is not calling when I scroll move down to up to load more history data. here is my configuration

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...

Hi Rpaschoal, I appreciate your implementing this. If I put in an input window and when I sent it, an empty dialog is showed up in a chat window. How...

Chat box is hide when mobile keyboard is open. For your reference please open the below link into the mobile https://angular-pfq4dv.stackblitz.io

bug

I am translating the chat labels, but "Add People" is not included in "Localization". How could I translate it? ![image](https://user-images.githubusercontent.com/79176952/134043213-fa524e60-4d95-4c29-9ec4-816dce6acaf3.png)

All my http bearer tokens (JWT) get removed after including: NgChatModule in my app.module.ts. I'm using package @auth0/angular-jwt for handling my bearer tokens. It uses a http interceptor and add...

question

Good day i am trying to implement this package to my proyect but im using firebase im able to show the friendList and a list of messages but it doesnt...

Also i want to add image icon in title ![Screenshot 2021-06-09 093540](https://user-images.githubusercontent.com/29220755/121291621-33254780-c906-11eb-9aa9-4b8e3aabc517.png)

question

Hello, first congrats on this component!! I have created an instance of a Group object and passed it in the triggerOpenChatWindow method. Visually the group chat is presented, but the...

question

getMessageHistory returns a observable which is not working when i call a Http request how can i manage to bind the messages from coming from http call