How can I programmatically use dynamic SVG images in Nativescript-Angular, rather than displaying pre-generated ones? While Angular allows for easy manipulation using svg and path, doing the same in a Nativescript app doesn't seem to render correctly due to its native conversion process.
Is there a way to incorporate raw HTML or an equivalent within Nativescript? Perhaps by leveraging TypeScript to generate SVG images based on user interactions and updating them accordingly. But how can buttons be placed on circles or make them clickable?