src/app/business/services/http/areacode.service.ts
File was renamed from src/app/core/services/areacode.service.ts @@ -1,4 +1,3 @@ import { environment } from './../../../environments/environment.prod'; import { Injectable } from '@angular/core'; import { _HttpClient } from '@delon/theme/services/http/http.client'; // Statics @@ -7,6 +6,7 @@ import 'rxjs/add/operator/catch'; import 'rxjs/add/operator/map'; import { Observable } from 'rxjs/Observable'; import { environment } from 'environments/environment'; @Injectable() export class AreacodeService {