Hi,
I want to use webdatarocks library in typescripts. pls suggest a way to do it.
thanks.
Hello, Chanuka,
Thank you for writing.
WebDataRocks is simply embedded in TypeScript projects, using d.ts
file which you can find by following the link: https://github.com/WebDataRocks/pivot-angular/blob/master/src/app/webdatarocks/webdatarocks.d.ts.
Place the file in a folder, containing WebDataRocks. Please note, that file has to have the same name as the JavaScript file – webdatarocks.d.ts
.
We hope it helps.
Regards,
WebDataRocks Team
Hi WebDataRocks Team,
I am unable to use Webdatarocks with react in Typescript.
Do you guys have example for that?
Thanks,
Garvit
Hello,
Thank you for giving us some time.
Our team would like to kindly suggest you checking out the sample placed on GitHub.
Regards,
WebDataRocks Team