mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3520] - fixed providing by default of the service (#5813)
This commit is contained in:
@@ -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 {}
|
||||
|
Reference in New Issue
Block a user