mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-10777] Move services from Core in Content the right place (#8242)
Clean core services and directive
This commit is contained in:
@@ -38,8 +38,6 @@ import {
|
||||
FormOutcomeEvent,
|
||||
FormValues,
|
||||
ContentLinkModel,
|
||||
NodesApiService,
|
||||
FormDefinitionModel,
|
||||
TaskProcessVariableModel
|
||||
} from '@alfresco/adf-core';
|
||||
import { from, Observable, of, Subject } from 'rxjs';
|
||||
@@ -50,6 +48,8 @@ import { EditorService } from './services/editor.service';
|
||||
import { TaskService } from './services/task.service';
|
||||
import { TaskFormService } from './services/task-form.service';
|
||||
import { TaskRepresentation } from '@alfresco/js-api';
|
||||
import { NodesApiService } from '@alfresco/adf-content-services';
|
||||
import { FormDefinitionModel } from './model/form-definition.model';
|
||||
|
||||
@Component({
|
||||
selector: 'adf-form',
|
||||
|
Reference in New Issue
Block a user