mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[AAE-10777] Move services from Core in Content the right place (#8242)
Clean core services and directive
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { FileModel, UploadService } from '@alfresco/adf-core';
|
||||
import { FileModel } from '../../common/models/file.model';
|
||||
import { UploadService } from '../../common/services/upload.service';
|
||||
import { EventEmitter } from '@angular/core';
|
||||
|
||||
export class UploadFilesEvent {
|
||||
|
Reference in New Issue
Block a user