[ADF-716] Task Header - Use a custom view inside the component (#1967)

* Use a generic custom view inside the task header

* Move the component into core component and change name

* Missing file

* Fix unit test

* fix unit test component name
This commit is contained in:
Maurizio Vitale
2017-06-15 17:54:39 +01:00
committed by Eugenio Romano
parent 90aa47e179
commit a5d384890b
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@@ -67,6 +67,8 @@ export * from './src/events/base-ui.event';
export * from './src/events/folder-created.event'; export * from './src/events/folder-created.event';
export * from './src/models/index'; export * from './src/models/index';
export * from './src/models/index';
export const ALFRESCO_CORE_PROVIDERS: any[] = [ export const ALFRESCO_CORE_PROVIDERS: any[] = [
NotificationService, NotificationService,
LogService, LogService,