Using Web client SDK on Angular 4 app

Hi!

I’m trying to use JS SDK in my Angular 4 application. When I try to initiate library I got an exception:  react, react-dom, redux  and  redux-thunk  are dependencies.

There is a way to use the JS SDK on an Angular application without React? Or maybe a way to use the dependencies inside my Angular 2 proyect.

Thanks in advance!

Same problem for ionic/cordova app…

Hi All, 

Currently we haven’t tested the Web client SDK to use with Angular and Ionic. We’ll make sure the Engineering team is aware that its an issue with other frameworks. 

Thanks

We have not yet tested our Web Client SDK using Angular, but Angular does provide a method for embedding non-Angular code:

To use this approach would require the use of an iframe and NgZone, such that the iframe is isolated from Angular, since the Zoom Web Client currently uses React.