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:
Denys Vuika
2017-03-23 17:51:20 +00:00
committed by Mario Romano
parent a06138136b
commit 4f154f8bca
9 changed files with 221 additions and 65 deletions

View File

@@ -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,