<?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 Re: Use other frontend stacks in Qlik mashups in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1526755#M9787</link>
    <description>&lt;P&gt;Hey I am also looking code/ sample application that would demonstrate how qlik capabilities api and angular 2 (4 or 6) could be integrated together ? Will you be able to provide such code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help in advance.&lt;/P&gt;</description>
    <pubDate>Sun, 06 Jan 2019 21:27:17 GMT</pubDate>
    <dc:creator>09999</dc:creator>
    <dc:date>2019-01-06T21:27:17Z</dc:date>
    <item>
      <title>Use other frontend stacks in Qlik mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358459#M7881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have developed quite a few mashups using and Qlik based web portals/services and so far everything has worked quite well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, something we are not so satisfied with is that Qlik kind of imposes a technology stack on every project; namely requirejs and Angular 1.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what if we wanted to start a project that used Redux+Browserify or Angular2+ES6 imports? Does the mashups API offer any way to escape from requirejs and Angular?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 10:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358459#M7881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T10:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use other frontend stacks in Qlik mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358460#M7882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;The mashup API (or Capabilities API, as its called nowdays) includes big parts of the client, so requirejs and angular 1 are part of it. If you want to avoid that you can use &lt;A href="https://github.com/qlik-oss/enigma.js/blob/master/docs/qix/README.md"&gt;enigma &lt;/A&gt;instead. That will give you a lot more freedom, but also mean you have to implement pretty much everything (including visualizations etc) yourselves. You might find some examples to help you on Qlik Branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 11:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358460#M7882</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-05-17T11:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use other frontend stacks in Qlik mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358461#M7883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use Angular 2, ES6 modules, webpack, etc, with the Capability APIs. You'll still have to load them, so Angular 1 and require.js will still be loaded, but it can be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 13:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358461#M7883</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2017-05-17T13:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use other frontend stacks in Qlik mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358462#M7884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I am doing something wrong but I think it is not that simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For starters, in both Browserify and ES6, &lt;EM&gt;require&lt;/EM&gt; is a reserved word, and so is in require.js.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try once using the global &lt;EM&gt;window&lt;/EM&gt;.&lt;EM&gt;requirejs&amp;nbsp; &lt;/EM&gt;instead of &lt;EM&gt;window.require&lt;/EM&gt; to access qlik's requirejs but I remember it didn't quite work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 13:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358462#M7884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T13:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use other frontend stacks in Qlik mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358463#M7885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I can't speak for Browserify specifically because I haven't tried it, but I know this works with webpack. I just load the qlik require file before my own bundle, and then use a module that looks like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14950281454849201 jive_text_macro" jivemacro_uid="_14950281454849201"&gt;
&lt;P&gt;let prefix = window.location.pathname.substr( 0, window.location.pathname.toLowerCase().lastIndexOf( "/extensions" ) + 1 );&lt;/P&gt;
&lt;P&gt;let config = {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; host: window.location.hostname,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; prefix: prefix,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; port: window.location.port,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; isSecure: window.location.protocol === "https:"&lt;/P&gt;
&lt;P&gt;};&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;let appId = 'Helpdesk Management.qvf';&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;window.require.config({&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; baseUrl: (config.isSecure ? "&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" : "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;" ) + config.host + (config.port ? ":" + config.port : "" ) + config.prefix + "resources"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;});&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;export default new Promise((resolve) =&amp;gt; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.require( ["js/qlik"], function ( qlik ) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let app = qlik.openApp(appId, config);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.model.waitForOpen.promise.then(() =&amp;gt; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resolve(app);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;});&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 13:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358463#M7885</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2017-05-17T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use other frontend stacks in Qlik mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358464#M7886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for sharing this code.&lt;/P&gt;&lt;P&gt;I am trying to integrate it in an app, but I am struggling.&lt;/P&gt;&lt;P&gt;could you please let us know how this code can fit into an angular 2 app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 14:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1358464#M7886</guid>
      <dc:creator>paoloderegibus</dc:creator>
      <dc:date>2017-12-01T14:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use other frontend stacks in Qlik mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1526755#M9787</link>
      <description>&lt;P&gt;Hey I am also looking code/ sample application that would demonstrate how qlik capabilities api and angular 2 (4 or 6) could be integrated together ? Will you be able to provide such code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 21:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Use-other-frontend-stacks-in-Qlik-mashups/m-p/1526755#M9787</guid>
      <dc:creator>09999</dc:creator>
      <dc:date>2019-01-06T21:27:17Z</dc:date>
    </item>
  </channel>
</rss>

