Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Just a clarification setup question. If we use NuGet to get the latest package, e.g.

https://www.nuget.org/packages/Syncfusion.EJ2.AspNet.Core.RazorComponents/17.1.0.48-beta 


Do we still need to include these in the index.html file (for ASPCore Server variant)?

    <link href="https://cdn.syncfusion.com/ej2/fabric.css" rel="stylesheet" />
    <script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js"></script>
    <script src="http://cdn.syncfusion.com/ej2/dist/ejs.introp.min.js"></script>


And if yes we need to include the link/script references, are they auto updated when the NuGet packages are released?


Thanks for the help