Skip to content

Commit

Permalink
ComponentService change internal to public (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brano5 committed May 10, 2024
1 parent f541a5c commit 5c015b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ComponentService()
LoadComponents();
}

internal IDictionary<string, Type> Components { get; private set; } = new Dictionary<string, Type>();
public IDictionary<string, Type> Components { get; private set; } = new Dictionary<string, Type>();
private bool _isEntryAssemblyPresent { get; set; }
/// <summary>
/// Method to get dynamically instance of blazor component.
Expand Down

0 comments on commit 5c015b8

Please sign in to comment.