Skip to content

This is the mashup for Qlik Sense Embed Objects with Angular. This package is experimental and do not supported by Qlik Support.

License

Notifications You must be signed in to change notification settings

QlikFrancePlatform/qlik-embed-angular

Repository files navigation

Qlik logo Embed with Angular

License

This is the mashup for Qlik Sense Embed Objects with Angular. This package is experimental and do not supported by Qlik Support.

Getting Started

Before we get started, you'll need to install Angular.

Contributing

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>

Managing web integrations

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.

source : https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-adminster-web-integrations.htm

Installation Qlik mashup

Install package

npm install

Start a local server using:

npm start

Check version npm package on package.json

npx npm-check-updates -u

About

This is the mashup for Qlik Sense Embed Objects with Angular. This package is experimental and do not supported by Qlik Support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors