From 6f1ab8e489e791734a2c63550b63ad1cb74b4f57 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 04 Jul 2018 17:19:29 +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