Closed sven5 closed 4 years ago
For convenience, please consider package any static assets (js file) in your component library.
Have a look at the following resources:
https://docs.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-3.1&tabs=visual-studio#create-an-rcl-with-static-assets
https://blazor-university.com/component-libraries/
This way, the consumer doesn't need to manually copy&paste any js code in their static assets.
For convenience, please consider package any static assets (js file) in your component library.
Have a look at the following resources:
https://docs.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-3.1&tabs=visual-studio#create-an-rcl-with-static-assets
https://blazor-university.com/component-libraries/
This way, the consumer doesn't need to manually copy&paste any js code in their static assets.