rpaschoal / ng-chat

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

How to trigger getMessageHistory from my ts? #178

Closed teocto closed 3 years ago

teocto commented 3 years ago

How to trigger getMessageHistory from my ts? I'm doing an event after user clicking on contact, then stop downloading history, do my action, then start to get history. Is it possible to do this?

rpaschoal commented 3 years ago

Demos are available on the main README: https://github.com/rpaschoal/ng-chat

Sounds more like implementation details.