<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to load es6 modules in a Qlik Sense Extension with AngularJS in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-load-es6-modules-in-a-Qlik-Sense-Extension-with-AngularJS/m-p/1573320#M10400</link>
    <description>&lt;P&gt;Hi Qlik-Community,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is there any possibility to load a es6 Module like shown below as a dependency in a Qlik Sense Extension?&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;import { module1, module2 } from 'lib';
export function diag(x, y) {
    return sqrt(square(x) + square(y));
}&lt;/PRE&gt;&lt;P&gt;Right now only dependencies as a AMD Module can be loaded like this:&lt;/P&gt;&lt;PRE&gt;define(['module1', ',module2'], function(module1, module2) {
  console.log(module1.setName());
});&lt;/PRE&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Frank&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:00:07 GMT</pubDate>
    <dc:creator>fduchmann</dc:creator>
    <dc:date>2024-11-16T06:00:07Z</dc:date>
    <item>
      <title>How to load es6 modules in a Qlik Sense Extension with AngularJS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-load-es6-modules-in-a-Qlik-Sense-Extension-with-AngularJS/m-p/1573320#M10400</link>
      <description>&lt;P&gt;Hi Qlik-Community,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is there any possibility to load a es6 Module like shown below as a dependency in a Qlik Sense Extension?&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;import { module1, module2 } from 'lib';
export function diag(x, y) {
    return sqrt(square(x) + square(y));
}&lt;/PRE&gt;&lt;P&gt;Right now only dependencies as a AMD Module can be loaded like this:&lt;/P&gt;&lt;PRE&gt;define(['module1', ',module2'], function(module1, module2) {
  console.log(module1.setName());
});&lt;/PRE&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Frank&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-load-es6-modules-in-a-Qlik-Sense-Extension-with-AngularJS/m-p/1573320#M10400</guid>
      <dc:creator>fduchmann</dc:creator>
      <dc:date>2024-11-16T06:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to load es6 modules in a Qlik Sense Extension with AngularJS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-load-es6-modules-in-a-Qlik-Sense-Extension-with-AngularJS/m-p/1573336#M10402</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;That's not possible today, you would need to transpile that to UMD or AMD format&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 13:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-load-es6-modules-in-a-Qlik-Sense-Extension-with-AngularJS/m-p/1573336#M10402</guid>
      <dc:creator>mek</dc:creator>
      <dc:date>2019-04-25T13:10:20Z</dc:date>
    </item>
  </channel>
</rss>

