mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AE-11486] move search service in alfresco content (#8086)
* [ci:force] move search service in alfresco content * fix * fix md * fix dep * fix demo shell * fix lint
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
import {
|
||||
AlfrescoApiService,
|
||||
NodesApiService,
|
||||
SearchService,
|
||||
TranslationService,
|
||||
EcmUserModel
|
||||
} from '@alfresco/adf-core';
|
||||
@@ -31,6 +30,7 @@ import {
|
||||
PermissionElement,
|
||||
QueryBody
|
||||
} from '@alfresco/js-api';
|
||||
import { SearchService } from '../../search/services/search.service';
|
||||
import { Injectable } from '@angular/core';
|
||||
import { forkJoin, from, Observable, of, throwError } from 'rxjs';
|
||||
import { catchError, map, switchMap } from 'rxjs/operators';
|
||||
|
Reference in New Issue
Block a user