mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1002] Move the UploadService from the upload to core component and share it with the Process service (#2055)
* use the same upload component between the content and process service * Create a BaseUploadServe inside the core The AlfrescoUpload should extend the BaseUpload * Improve the code * Move the process service from the demo shell to form component * Merge [ADF-917] added exlcluded files into app config to prevent special files * Remove typo * Fix import * Fix FileModel import * Fix Denys comment * Fix unit test with the new path of UploadService * Add missing implementation
This commit is contained in:
committed by
Eugenio Romano
parent
945dac6c49
commit
f891c11e78
@@ -49,7 +49,8 @@ import {
|
||||
NotificationService,
|
||||
RenditionsService,
|
||||
StorageService,
|
||||
ThumbnailService
|
||||
ThumbnailService,
|
||||
UploadService
|
||||
} from './src/services/index';
|
||||
|
||||
import { DataColumnListComponent } from './src/components/data-column/data-column-list.component';
|
||||
@@ -75,6 +76,7 @@ export * from './src/utils/index';
|
||||
export * from './src/events/base.event';
|
||||
export * from './src/events/base-ui.event';
|
||||
export * from './src/events/folder-created.event';
|
||||
export * from './src/events/file.event';
|
||||
export * from './src/models/index';
|
||||
|
||||
export * from './src/models/index';
|
||||
|
Reference in New Issue
Block a user