Browse Source

fix dependent modules of AbpAspNetCoreComponentsWebThemingMudBlazorModule

feat/mudblazor-mix
İsmail ÇAĞDAŞ 7 months ago
parent
commit
98b3834215
  1. 14
      framework/src/Volo.Abp.AspNetCore.Components.Web.Theming.MudBlazor/AbpAspNetCoreComponentsWebThemingMudBlazorModule.cs

14
framework/src/Volo.Abp.AspNetCore.Components.Web.Theming.MudBlazor/AbpAspNetCoreComponentsWebThemingMudBlazorModule.cs

@ -9,13 +9,15 @@ using Volo.Abp.UI.Navigation;
namespace Volo.Abp.AspNetCore.Components.Web.Theming.MudBlazor;
[DependsOn(
typeof(AbpAspNetCoreComponentsWebModule),
//typeof(AbpAspNetCoreComponentsWebModule),
//typeof(AbpMudBlazorUIModule),
//typeof(AbpUiNavigationModule),
//typeof(AbpDddApplicationContractsModule),
//typeof(AbpAuthorizationModule),
//typeof(AbpGlobalFeaturesModule),
//typeof(AbpFeaturesModule)
typeof(AbpMudBlazorUIModule),
typeof(AbpUiNavigationModule),
typeof(AbpDddApplicationContractsModule),
typeof(AbpAuthorizationModule),
typeof(AbpGlobalFeaturesModule),
typeof(AbpFeaturesModule)
typeof(AbpUiNavigationModule)
)]
public class AbpAspNetCoreComponentsWebThemingMudBlazorModule : AbpModule
{

Loading…
Cancel
Save