Open Closed

Need to load third party (syncfusion) components on modules project #5834


User avatar
0
Sraman created

ABP Framework version: v7.3.0

UI Type: MVC

Database System: EF Core (SQL Server.)

Tiered (for MVC) or Auth Server Separated (for Angular): no

I want to know how can I render the syncfusion components to the modules project. Because I don't find libs and component folders on modules. Is there any document for that?


6 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello Sraman,

    please have look to this https://community.abp.io/posts/integrating-the-syncfusion-mvc-components-to-the-abp-mvc-ui-0gpkr1if

    please do let me know if found helpful

    Thank you, Anjali

  • User Avatar
    0
    Sraman created

    Hello Sraman,

    please have look to this
    https://community.abp.io/posts/integrating-the-syncfusion-mvc-components-to-the-abp-mvc-ui-0gpkr1if

    please do let me know if found helpful

    Thank you, Anjali

    This not an answer for my question. This is something I was able to achieve. Actually what I want is to have the syncfusion component on newly created custom module. Module project is not having libs folder. So how can I do thhis?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Thanks for your response

    I will check and get back to you asap

    Regards

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi

    you need to add the package.json dependencies in the main web module only, in that way it will be accessible to your custom module project

  • User Avatar
    0
    Sraman created

    Hi

    you need to add the package.json dependencies in the main web module only, in that way it will be accessible to your custom module project

    Any reference please?

    Actually I want to add one of my page into feature, so that I can assign access for partiular user and not for all. For that purpose I thought of going with module. If adding a page to the feature it would be good as well.

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello Sraman,

    You can add your page/module into feature just like we add module in ABP project like Identity module or file management module by using https://docs.abp.io/en/commercial/latest/modules/file-management

    It will add your new page/module in package.json

    Regards, Anjali

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11