Implemented plugin loading via di on the api server. Fixed plugin loading in the client
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@using Moonlight.Client.UI.Layouts
|
||||
|
||||
@inject NavigationManager Navigation
|
||||
@inject ISidebarItemProvider[] SidebarItemProviders
|
||||
@inject IEnumerable<ISidebarItemProvider> SidebarItemProviders
|
||||
|
||||
@{
|
||||
var url = new Uri(Navigation.Uri);
|
||||
|
||||
Reference in New Issue
Block a user