[ACA-3520] - fixed providing by default of the service (#5813)

This commit is contained in:
Vito
2020-06-25 18:47:42 +01:00
committed by GitHub
parent 0fcff58c04
commit e589fdc3bf
2 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ import { SearchQueryBuilderService } from './search-query-builder.service';
SearchDateRangeComponent
],
providers: [
{ provide: SEARCH_QUERY_SERVICE_TOKEN, useClass: SearchQueryBuilderService }
{ provide: SEARCH_QUERY_SERVICE_TOKEN, useExisting: SearchQueryBuilderService }
]
})
export class SearchModule {}