Merge pull request #583 from Alfresco/dev-denys-572

#572 Activiti Form enhancements
This commit is contained in:
Mario Romano
2016-08-19 09:46:07 +01:00
committed by GitHub
43 changed files with 3309 additions and 612 deletions

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import { Component, OnInit, AfterViewChecked, ViewChild } from '@angular/core';
import { Component, AfterViewChecked, ViewChild } from '@angular/core';
import { ALFRESCO_TASKLIST_DIRECTIVES } from 'ng2-activiti-tasklist';
import { ActivitiForm } from 'ng2-activiti-form';
@@ -29,7 +29,7 @@ declare var componentHandler;
styleUrls: ['./activiti-demo.component.css'],
directives: [ALFRESCO_TASKLIST_DIRECTIVES, ActivitiForm]
})
export class ActivitiDemoComponent implements OnInit, AfterViewChecked {
export class ActivitiDemoComponent implements AfterViewChecked {
currentChoice: string = 'task-list';