Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folk,
i would like to know if it will be possible in the future to use Qliksense API's with Angular 2 and Typescript (Superset of JS).
How is the development road map of Qlik in that sense.
It would be interesting to know, also in purpose to create guided analytics with mashups and websites integration.
Thanks and reagrds,
Patric
Not that I'm aware of. It's a fairly substantial upgrade to move from 1.x to 2.
The Capabilities APIs and Extension API is still part of the client which runs Angular 1.5 (as of 3.0) so you won't be able to squeeze Angular 2 in there most likely.
Typescript just compiles down to javascript anyhow. I don't there are typings available on defintlytyped so make sure to suppress any errors or the typescript compiler will complain
Thanks for the answer.
Do you know if Qlik development team has already planned for the future versions of Qliksense to move to Angular 2 ?
Not that I'm aware of. It's a fairly substantial upgrade to move from 1.x to 2.
I tested a basic mashup with angular 2 in typescript, and it appears to work fine. I was able to interact with Qlik APIs without any issues. I did not test everything, but I was able to load a chart, get variables and lists.
Alexander, are you aware of specific things that would not be working?
None that I know of, typescript compiles to javascript in the end so should work.
Do you have some example code?
Hi Alexander,
If you wouldn't mind, can you share the code ? Thanks !
This is an old thread, but worth trying again. @Alexander_Thor , any chance you could share your typescript code that calls Qlik APIs for extension development? Thanks!