Browse Source
Update AbpAspNetCoreComponentsWebAssemblyModule.cs
pull/16602/head
maliming
3 years ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
2 additions and
4 deletions
-
framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/WebAssembly/AbpAspNetCoreComponentsWebAssemblyModule.cs
|
|
|
@ -8,7 +8,6 @@ using Volo.Abp.AspNetCore.Components.Web.ExceptionHandling; |
|
|
|
using Volo.Abp.AspNetCore.Components.Web.Security; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.Client; |
|
|
|
using Volo.Abp.DependencyInjection; |
|
|
|
using Volo.Abp.EventBus; |
|
|
|
using Volo.Abp.Http.Client; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
using Volo.Abp.Threading; |
|
|
|
@ -19,9 +18,8 @@ namespace Volo.Abp.AspNetCore.Components.WebAssembly; |
|
|
|
[DependsOn( |
|
|
|
typeof(AbpAspNetCoreMvcClientCommonModule), |
|
|
|
typeof(AbpUiModule), |
|
|
|
typeof(AbpAspNetCoreComponentsWebModule), |
|
|
|
typeof(AbpEventBusModule) |
|
|
|
)] |
|
|
|
typeof(AbpAspNetCoreComponentsWebModule) |
|
|
|
)] |
|
|
|
public class AbpAspNetCoreComponentsWebAssemblyModule : AbpModule |
|
|
|
{ |
|
|
|
public override void PreConfigureServices(ServiceConfigurationContext context) |
|
|
|
|