Page 1 of 1

Jhipster integration

Posted: Mon Jun 15, 2020 5:20 am
by hosi
Dear developers,

I`m new in using Stimulsoft. I am using Jhipster microservice architecture. I added JS libraries in the gateway (Angular 8) and used generated code by https://publish.stimulsoft.com/#JavaScript/Angular. Unfortunately, I faced with Stimulsoft.Designer.StiDesignerOptions is not a constructor and stocked hours with this exception.
Is there any suggestion for solving this error or any integration instruction for jhipster technology?

Re: Jhipster integration

Posted: Mon Jun 15, 2020 6:53 am
by Andrew
Hello,

Please, check that the scripts are loaded when you are using it.
If this does not help, please send your request to support@stimulsoft.com.

Thank you.

Re: Jhipster integration

Posted: Mon Jun 15, 2020 7:11 am
by hosi
Thank you Andrew,

scripts are loaded and I can retrieve methods.
Sure

Re: Jhipster integration

Posted: Mon Jun 15, 2020 1:43 pm
by HighAley
Hello,

You can get such error when the scripts are not loaded.
Please, try to add the next code:

Code: Select all

if (typeof Stimulsoft === "undefined")
    console.log("Scripts are not loaded");
Thank you.