fix circular dependency error.
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Mark van der Wal 2020-07-21 17:06:58 +02:00
parent eb560aaf33
commit 06f443a503
1 changed files with 1 additions and 1 deletions

View File

@ -4,11 +4,11 @@ import {AppConfig} from '../shared/app.config';
import {Observable} from 'rxjs';
import {WeatherCurrentObservation} from '../models/weatherCurrentObservation';
import {DatePipe} from '@angular/common';
import {IItem} from '@farmmaps/common';
import {WeatherData} from '../models/WeatherData';
import {GeoJSON} from 'ol/format';
import {map, switchMap} from 'rxjs/operators';
import {getCenter} from 'ol/extent';
import {IItem} from '../models/item';
@Injectable({
providedIn: 'root',