Is there a way to integrate the Climate Clock widget from into my Angular project?
Upon adding the following code snippet:
<script src="https://climateclock.world/widget-v2.js" async></script>
<script src="https://climateclock.world/flatten.js" async></script>
<climate-clock />
into the HTML file, I encounter the following error message:
ERROR in Errors parsing template: Only void and foreign elements can be self closed "climate-clock"
("d/widget-v2.js" async></script>
<script src="https://climateclock.world/flatten.js" async></script>
[ERROR ->]<climate-clock />