This is the mashup for Qlik Sense Embed Objects with Angular. This package is experimental and do not supported by Qlik Support.
Before we get started, you'll need to install Angular.
Change in index.html file
<script
crossorigin="anonymous"
src="https://cdn.jsdelivr.net/npm/@qlik/embed-web-components"
data-host="https://<tenant>.eu.qlikcloud.com"
data-web-integration-id="<web_integration_id>"
data-cross-site-cookies="true"
></script>You can create web integrations to add origins that are allowlisted to access the tenant. The web integration containing the allowlist is connected to an ID used in for example a mashup that is connecting to your tenant. When a request arrives, Qlik Cloud confirms that the request derives from an allowlisted domain and then approves the request, else not.
Install package
npm installStart a local server using:
npm startCheck version npm package on package.json
npx npm-check-updates -u