From 3517e796f650b8aed52165c1a5905456f54033ef Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 10 Jan 2018 14:31:40 +0800
Subject: [PATCH] 项目路径 配置,以适应可能的框架更新

---
 src/app/business/pipe/tyep-handle.pipe.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/core/pipe/tyep-handle.pipe.ts b/src/app/business/pipe/tyep-handle.pipe.ts
similarity index 89%
rename from src/app/core/pipe/tyep-handle.pipe.ts
rename to src/app/business/pipe/tyep-handle.pipe.ts
index 47acc5f..6005cfc 100644
--- a/src/app/core/pipe/tyep-handle.pipe.ts
+++ b/src/app/business/pipe/tyep-handle.pipe.ts
@@ -4,8 +4,8 @@
 import { Pipe, PipeTransform } from '@angular/core';
 import { TranslateService } from '@ngx-translate/core';
 import { NzDatePipe } from 'ng-zorro-antd/src/util/nz-date.pipe';
-import { DateService } from '@core/services/date.service';
-import { Column } from '@core/entity/grid';
+import { DateService } from '@business/services/util/date.service';
+import { Column } from '@business/entity/grid';
 
 
 

--
Gitblit v1.8.0