61142: RelationshipService

This commit is contained in:
Kristof De Langhe
2019-04-03 14:22:07 +02:00
parent a99fa4d4a2
commit 7a74c3355b
3 changed files with 149 additions and 70 deletions

View File

@@ -81,6 +81,7 @@ import { DSOChangeAnalyzer } from './data/dso-change-analyzer.service';
import { ObjectUpdatesService } from './data/object-updates/object-updates.service';
import { DefaultChangeAnalyzer } from './data/default-change-analyzer.service';
import { SearchService } from '../+search-page/search-service/search.service';
import { RelationshipService } from './data/relationship.service';
const IMPORTS = [
CommonModule,
@@ -163,6 +164,7 @@ const PROVIDERS = [
MenuService,
ObjectUpdatesService,
SearchService,
RelationshipService,
// register AuthInterceptor as HttpInterceptor
{
provide: HTTP_INTERCEPTORS,