barthamark / Orchard-Core-Blazor-Sample

Modularized Orchard Core CMS website using servier-side Blazor components.
21 stars 6 forks source link

How to add an external library like MatBlazor ? #2

Open kevinriskmatrix opened 4 years ago

kevinriskmatrix commented 4 years ago

Hi Barthamark

Thanks for your orchard example with Blazor ! The solution works, but I can't find how to add an external library like "MatBlazor".

If I add this library to my project and add the "@using MatBlazor statement in the _Imports.Razor it didn't get recognized.

Thanks for helping.