mirror of
https://github.com/DerTyp7/osm-routing-angular.git
synced 2025-10-29 12:32:09 +01:00
deleted unneeded imports
This commit is contained in:
@@ -12,7 +12,7 @@ import LineString from 'ol/geom/LineString';
|
|||||||
import { Feature } from 'ol';
|
import { Feature } from 'ol';
|
||||||
import Geometry from 'ol/geom/Geometry';
|
import Geometry from 'ol/geom/Geometry';
|
||||||
import { RouteResponse } from '../interfaces/routeResponse';
|
import { RouteResponse } from '../interfaces/routeResponse';
|
||||||
import {Circle, Fill, Stroke, Style} from 'ol/style';
|
import {Stroke, Style} from 'ol/style';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-map',
|
selector: 'app-map',
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
import { HttpClient } from '@angular/common/http';
|
||||||
import { RouteResponse } from '../interfaces/routeResponse';
|
import { RouteResponse } from '../interfaces/routeResponse';
|
||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
import { SearchResponse } from '../interfaces/searchResponse';
|
import { SearchResponse } from '../interfaces/searchResponse';
|
||||||
|
|||||||
Reference in New Issue
Block a user