mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Form: support for embedded document view (#1748)
* Form: support for embedded document view * unit tests and improvements - new ContentService to deal with trusted URL and downloads - unit tests and improvements for ActivitiContent component
This commit is contained in:
committed by
Mario Romano
parent
a06138136b
commit
4f154f8bca
@@ -36,7 +36,8 @@ import {
|
||||
AuthGuardBpm,
|
||||
LogService,
|
||||
LogServiceMock,
|
||||
NotificationService
|
||||
NotificationService,
|
||||
ContentService
|
||||
} from './src/services/index';
|
||||
|
||||
import { UploadDirective } from './src/directives/upload.directive';
|
||||
@@ -66,6 +67,7 @@ export const ALFRESCO_CORE_PROVIDERS: any[] = [
|
||||
AlfrescoTranslateLoader,
|
||||
AlfrescoTranslationService,
|
||||
RenditionsService,
|
||||
ContentService,
|
||||
AuthGuard,
|
||||
AuthGuardEcm,
|
||||
AuthGuardBpm,
|
||||
|
Reference in New Issue
Block a user