I have a piece of html code like this
<div
id='paysonContainer'
url='https://test-www.payson.se/embedded/checkout?id=af1ebee5-40bd-410a-90d1-a94401553414'>
</div>
<script
type='text/javascript'
src='https://test-www.payson.se/embedded/Content/payson.js?v2'>
</script>
When I create a simple html file and paste this piece of html code there, there is no problem and I see what I am supposed to see, but when I copy the same html code to a view in an Angular app, the div is not loading and shows nothing. You can check it out here https://stackblitz.com/edit/angular-7bkbm6 (on hello.component.html ) If you want to see the difference create a simple html file on your machine, paste the code and open it on your browser.
divpaysonContainerdiv, which isnt going to exist...