mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-10777] upgrade to latest ADF with common content services (#2970)
* upgrade to latest ADF with common content services * update fix [link-adf:dev-eromano-AAE-10777] * use latest ADF * fix unit tests * fix unit tests * fix tests * use latest ADF * fix theming * remove unused variables * fix user info --------- Co-authored-by: eromano <eugenioromano16@gmail.com>
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { NameColumnComponent } from '@alfresco/adf-content-services';
|
||||
import { NodesApiService } from '@alfresco/adf-core';
|
||||
import { NameColumnComponent, NodesApiService } from '@alfresco/adf-content-services';
|
||||
import { ChangeDetectorRef, Component, ElementRef, OnDestroy, OnInit, ViewEncapsulation } from '@angular/core';
|
||||
import { Actions, ofType } from '@ngrx/effects';
|
||||
import { Subject } from 'rxjs';
|
||||
|
Reference in New Issue
Block a user