From 92381eb59bd9b182e5bc8f2f82833806a3496a31 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Fri, 16 Mar 2018 13:42:17 +0800 Subject: [PATCH] 报表优化 --- src/app/business/business.module.ts | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/business/business.module.ts b/src/app/business/business.module.ts index 5f8177b..06a2eb0 100644 --- a/src/app/business/business.module.ts +++ b/src/app/business/business.module.ts @@ -1,5 +1,6 @@ import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; + // Statics import 'rxjs/add/observable/throw'; @@ -11,10 +12,11 @@ import 'rxjs/add/operator/switchMap'; import 'rxjs/add/operator/toPromise'; import 'rxjs/add/operator/filter'; +import { LocalStorageStore } from '@delon/auth'; @NgModule({ imports: [ - CommonModule - ] + CommonModule, + ], }) export class BusinessModule { } -- Gitblit v1.8.0