Forum Discussion
ianlawton
Nov 22, 2019Copper Contributor
Team client source
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...
subhasish-MSFT
Nov 25, 2019Former Employee
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.