#533 allow explicitly making entire form readonly

This commit is contained in:
Denys Vuika
2016-08-15 12:25:55 +01:00
parent 2192fe648a
commit 9f9187c3da
7 changed files with 43 additions and 15 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';