Nov 22 2019 08:53 AM
We want to be able to have a Team chat client embedded as a component in one of our in-house Angular applications. What would be the best way to approach this? Is the source available to use anywhere or would we have to develop our own and mimic the client?
Thanks
Ian
Nov 24 2019 10:26 PM
You can install BotFramework-WebChat version greater than 0.10.7
, and directly use the BotFramework-WebChat in ng application.
Detail steps can be found here :
How to use Microsoft Bot Framework web chat in Angular5 application
FYI, this will bundle the react framework and will dramatically increase the bundle file size.