Add geolocator service
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-08-04 16:01:41 +02:00
parent ff018d9db1
commit 5db24cc63d
2 changed files with 23 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ import { EventService } from './services/event.service';
import { TypeaheadService } from './services/typeahead.service';
import { UserService } from './services/user.service';
import { ImageService } from './services/image.service';
import { GeolocatorService } from './services/geolocator.service';
import { WeatherService} from './services/weather.service';
import { AppConfig } from './shared/app.config';
import { AccessTokenInterceptor } from "./shared/accesstoken.interceptor";
@@ -44,6 +45,7 @@ export {
TypeaheadService,
UserService,
ImageService,
GeolocatorService,
WeatherService,
AppConfig,
AccessTokenInterceptor,