Improve sidebar nav
This commit is contained in:
@@ -5,7 +5,8 @@ namespace Toolkit.Foundation;
|
||||
public interface IComponentFactory
|
||||
{
|
||||
IComponentHost? Create<TComponent, TConfiguration>(string name,
|
||||
TConfiguration configuration, Action<IServiceCollection>? servicesDelegate = null)
|
||||
TConfiguration? configuration = null,
|
||||
Action<IServiceCollection>? servicesDelegate = null)
|
||||
where TComponent : IComponent
|
||||
where TConfiguration : ComponentConfiguration, new();
|
||||
}
|
||||
Reference in New Issue
Block a user