-
Notifications
You must be signed in to change notification settings - Fork 12
Components
isc30 edited this page Jun 2, 2020
·
6 revisions
There are multiple ways of using resources from modules, but the simplest one is to use the built-in components from BlazorLazyLoading.Components
.
It should be installed in every library that wants to consume decoupled resources:
<PackageReference Include="BlazorLazyLoading.Components" Version="1.3.0" />
This section will cover the different components available and their usage.