

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qliksense - Angular 2 (Typescript)
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
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not that I'm aware of. It's a fairly substantial upgrade to move from 1.x to 2.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not that I'm aware of. It's a fairly substantial upgrade to move from 1.x to 2.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
None that I know of, typescript compiles to javascript in the end so should work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have some example code?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alexander,
If you wouldn't mind, can you share the code ? Thanks !

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
