AW-432 add itemtype service
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2019-08-08 13:59:07 +02:00
parent 7f6c403091
commit ec9bd4b974
2 changed files with 39 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ import { AppCommonRoutingModule } from './common-routing.module';
import { MODULE_NAME } from './module-name';
//components
import { ItemTypeService } from './services/itemtype.service';
import { FolderService } from './services/folder.service';
import { TimespanService} from './services/timespan.service';
import { ItemService} from './services/item.service';
@@ -55,6 +56,7 @@ import {NgbDateNativeAdapter} from './services/date-adapter.service'
import { from } from 'rxjs';
export {FolderService,
ItemTypeService,
TimespanService,
ItemService,
EventService,
@@ -144,7 +146,8 @@ export class AppCommonModule {
AuthGuard,
NavBarGuard,
FullScreenGuard,
TimespanService
TimespanService,
ItemTypeService
]
};
}