Recently, I came across some useful javascript code on this website
window.HubSpotConversations.widget.load();
window.HubSpotConversations.widget.refresh();
window.HubSpotConversations.widget.open();
window.HubSpotConversations.widget.close();
Now, I am looking to customize the display of HubSpot chat bubble on different pages in a typescript/angular program. Any suggestions or ideas on how to accomplish this? Thank you in advance!