Base solution for your next web application
Open Closed

Configure Stimulsoft Report viewer in Angular application #9835


User avatar
0
staffing created

Dear Support,

I am trying to configure the Stimulsoft Report Viewer in latest version 9.3.0. I am facing the below issue. Could you please guide me where am I wrong?

As per the Stimulsoft support: we can't lazy load the stimulsoft module, so in which module do need to import? Thanks


4 Answer(s)
  • User Avatar
    0
    musa.demir created

    Hi @staffing

    Can you please share your implementation? html and ts file

  • User Avatar
    0
    staffing created

    Here is my implementation:

    I created a AppReportModule (looks like in the below image) and then imported and exported in AppModule. Now I wanted to use the modal from AppReportModule in adminModule or other modules.

    FYI: AppReportModule is importing the StimulsoftViewerModule which we can't load under lazy load.

    AppReportModule

    AppModule

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Did you try removing BrowserModule from root module ?

  • User Avatar
    0
    staffing created

    I achieved this by importing the Stimulsoft Modules in app-common.module.ts file. Now it's working fine.

    Thanks for you help.