Provide the GroupDataservice in its module to ensure its @dataservice annotation gets registered in time

This commit is contained in:
Art Lowel
2022-01-24 09:54:28 +01:00
parent 70b456dbfc
commit 132e68a9f4
2 changed files with 3 additions and 3 deletions

View File

@@ -163,6 +163,7 @@ import { RootDataService } from './data/root-data.service';
import { Root } from './data/root.model';
import { SearchConfig } from './shared/search/search-filters/search-config.model';
import { SequenceService } from './shared/sequence.service';
import { GroupDataService } from './eperson/group-data.service';
/**
* When not in production, endpoint responses can be mocked for testing purposes
@@ -285,6 +286,7 @@ const PROVIDERS = [
VocabularyService,
VocabularyTreeviewService,
SequenceService,
GroupDataService
];
/**