I am looking to build an Angular 8 application and call Caspio datapages from inside.
The standard approach to using a Caspio Datapage is to embed a script tag as follows:
<script type="text/javascript" src="https://c1acu417.caspio.com/dp/A57E7000f6812a2641704a929225/emb"></script>
However, it does not seem to be working.
So, for example, I am doing the following:
Setup a StackBlitz ( https://stackblitz.com/edit/angular-m6cshx?file=src%2Fapp%2Fapp.component.html )
Nothing shows up.
Here, it is working in static html:
https://codesandbox.io/s/cocky-dawn-8l7pv
Does anyone have any experience or ideas as how to achieve this in Angular?
Why cannot I simply embed that script?