fix circular dependency error.
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
eb560aaf33
commit
06f443a503
@ -4,11 +4,11 @@ import {AppConfig} from '../shared/app.config';
|
|||||||
import {Observable} from 'rxjs';
|
import {Observable} from 'rxjs';
|
||||||
import {WeatherCurrentObservation} from '../models/weatherCurrentObservation';
|
import {WeatherCurrentObservation} from '../models/weatherCurrentObservation';
|
||||||
import {DatePipe} from '@angular/common';
|
import {DatePipe} from '@angular/common';
|
||||||
import {IItem} from '@farmmaps/common';
|
|
||||||
import {WeatherData} from '../models/WeatherData';
|
import {WeatherData} from '../models/WeatherData';
|
||||||
import {GeoJSON} from 'ol/format';
|
import {GeoJSON} from 'ol/format';
|
||||||
import {map, switchMap} from 'rxjs/operators';
|
import {map, switchMap} from 'rxjs/operators';
|
||||||
import {getCenter} from 'ol/extent';
|
import {getCenter} from 'ol/extent';
|
||||||
|
import {IItem} from '../models/item';
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
providedIn: 'root',
|
providedIn: 'root',
|
||||||
|
Loading…
Reference in New Issue
Block a user