O chat não aparece após inserir o id na div componente angular.
let script = this.teste.createElement(‘script’);
script.text = `(function () {
window.onload = function () {
new BlipChat()
.withTarget("chat")
.withAppKey('${test.withAppKey}')
.withButton(${test.layout})
.withCustomCommonUrl('https://chat.blip.ai/')
.build();
}
})();`;
criei uma div com id e inseri o componente assistenteVirtual. Inseri o id no html do componente também e não apareceu.