Page 4 of 5

Re: Setup Stimulsoft with Angular 5

Posted: Fri Jul 13, 2018 9:50 am
by mrapi
Hi.there are 2 months from posting this issue,is there any hope of fixing?

Re: Setup Stimulsoft with Angular 5

Posted: Mon Jul 16, 2018 12:21 pm
by Lech Kulikowski
Hello,

We are working on the problem. We will let you know when the solution is available.

Thank you.

Re: Setup Stimulsoft with Angular 5

Posted: Wed Sep 26, 2018 10:36 am
by Lech Kulikowski
Hello,

Sorry for the delay, we are still working on the issue. There is no yet ready solution for you. Sorry, but the issue is not easy. I will keep you informed when I have any information regarding this.

Thank you.

Re: Setup Stimulsoft with Angular 5

Posted: Wed Sep 26, 2018 11:05 am
by mrapi
k.thanks

Re: Setup Stimulsoft with Angular 5

Posted: Wed Sep 26, 2018 11:44 am
by Lech Kulikowski
Hello

Please let us know if you need any additional help.

Thank you.

Re: Setup Stimulsoft with Angular 5

Posted: Wed Jan 23, 2019 8:53 am
by mrapi
Hi
there is a estimated time for a fix? currently,to display a report we are forcing the application to relaunch on a new tab(that way the above bug is not present),on first run report is empty,on second report look good.that takes up to 15 second for a user to see a report and it is very annoying
thanks

Re: Setup Stimulsoft with Angular 5

Posted: Wed Jan 23, 2019 10:59 pm
by Lech Kulikowski
Hello,

Please send us your request on support@stimulsoft.com.

Thank you.

Re: Setup Stimulsoft with Angular 5

Posted: Thu Jan 24, 2019 8:49 am
by mrapi
Hi,sent.
thanks
Lech Kulikowski wrote: Wed Jan 23, 2019 10:59 pm Hello,

Please send us your request on support@stimulsoft.com.

Thank you.

Re: Setup Stimulsoft with Angular 5

Posted: Thu Jan 24, 2019 11:10 am
by Lech Kulikowski
Hello,

Thank you.

Re: Setup Stimulsoft with Angular 5

Posted: Fri Feb 01, 2019 3:49 pm
by mrapi
Many thanks to Stimulsoft team,the problem in my project was found:
the mistake was here:
in template id was named 'viewer'

Code: Select all

<div id="viewer"></div>
but in code was incorrect named viewerContent:

Code: Select all

 this.viewer.renderHtml("viewerContent");
I've attached the working project,in case someone need that configuration: Angular CLI + .Net Core
thanks