Integrate mattermost UI into an Angular app

Hi guys,

We have deployed a community server just to use its API. Indeed, we would like to integrate a chat into our existing Angular 12 App. I successfully used the V4 Client to communicate with the server.

However, using this client means that we have to build all the logic and the UI components from scratch. I read GitHub - mattermost/mattermost-redux: Redux for Mattermost but I did not found an example or a link to a plugin to achieve this goal. Any experience or advice?

Thx

Did anyone ever figure how to do this? We love matter most and it would be awesome to integrate it into our Angular app. Happy to contribute