File was renamed from src/app/routes/devices/monitor-point/monitor-point.service.ts |
| | |
| | | import { ExampleService } from './../../../core/services/example.service'; |
| | | import { PageBean } from '@business/entity/grid'; |
| | | import { ExampleService } from '@business/services/util/example.service'; |
| | | import { _HttpClient } from '@delon/theme'; |
| | | import { environment } from './../../../../environments/environment.prod'; |
| | | import { environment } from 'environments/environment'; |
| | | import { RouteConfigLoadStart } from '@angular/router'; |
| | | import { Injectable } from '@angular/core'; |
| | | import { equal } from 'assert'; |
| | | import { Observable } from 'rxjs/Observable'; |
| | | import { PageBean } from '@core/entity/grid'; |
| | | |
| | | @Injectable() |
| | | export class MonitorPointService { |