From 1bf1750a2c2cafdbd7413fe18d16915a7f71ff52 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 05 Jul 2018 11:54:46 +0800 Subject: [PATCH] 设备保存bug修复 --- src/app/core/core.module.ts | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/app/core/core.module.ts b/src/app/core/core.module.ts index ac8a35d..29760e9 100644 --- a/src/app/core/core.module.ts +++ b/src/app/core/core.module.ts @@ -1,16 +1,11 @@ import { NgModule, Optional, SkipSelf } from '@angular/core'; import { throwIfAlreadyLoaded } from './module-import-guard'; -import { AlainThemeModule } from '@delon/theme'; import { I18NService } from './i18n/i18n.service'; -import { _HttpClient } from '@delon/theme/services/http/http.client'; @NgModule({ - imports: [ - AlainThemeModule.forRoot() - ], providers: [ - I18NService, _HttpClient + I18NService ] }) export class CoreModule { -- Gitblit v1.8.0