From 421ebe05c8b1e8099ba000836fc1dcdddeef65d0 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Sun, 28 Jan 2018 14:16:06 +0800 Subject: [PATCH] updates --- src/app/business/services/http/areacode.service.ts | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/app/business/services/http/areacode.service.ts b/src/app/business/services/http/areacode.service.ts index 51254b2..80801af 100644 --- a/src/app/business/services/http/areacode.service.ts +++ b/src/app/business/services/http/areacode.service.ts @@ -1,10 +1,5 @@ import { Injectable } from '@angular/core'; import { _HttpClient } from '@delon/theme/services/http/http.client'; -// Statics -import 'rxjs/add/observable/throw'; -// Operators -import 'rxjs/add/operator/catch'; -import 'rxjs/add/operator/map'; import { Observable } from 'rxjs/Observable'; import { environment } from 'environments/environment'; -- Gitblit v1.8.0