Hi,
Is there a way to use the chat code snippet inside an Angular 14 component?
Currently, I can put it in the HTML of an angular app, however, that is limiting. I can't control the variables of the link by placing it in the angular index.html file.
If I could put in a component, as the...