AW-811: Added weather service to common
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
2020-02-04 13:54:53 +01:00
parent fd3545523e
commit 123bf2943a
4 changed files with 41 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import { ItemService } from './services/item.service';
import { EventService } from './services/event.service';
import { TypeaheadService } from './services/typeahead.service';
import { UserService } from './services/user.service';
import { WeatherService} from './services/weather.service';
import { AppConfig } from './shared/app.config';
import { AccessTokenInterceptor } from "./shared/accesstoken.interceptor";
import { appConfigFactory } from "./shared/app.config.factory";
@@ -35,6 +36,7 @@ export {
EventService,
TypeaheadService,
UserService,
WeatherService,
CodeListItemService,
AppConfig,
AccessTokenInterceptor,