[ADF-864] codelyzer form component (#2076)

This commit is contained in:
Eugenio Romano
2017-07-12 20:53:07 +01:00
parent 6f8e984d75
commit 8cdb276dc4
133 changed files with 1078 additions and 850 deletions

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import { Component, ViewChild } from '@angular/core';
import { AfterViewInit, Component, ViewChild } from '@angular/core';
import { FormModel, FormService } from 'ng2-activiti-form';
import { ActivitiForm } from 'ng2-activiti-form';
@@ -44,7 +44,7 @@ declare var componentHandler;
}
`]
})
export class FormListDemoComponent {
export class FormListDemoComponent implements AfterViewInit {
@ViewChild(ActivitiForm)
activitiForm: ActivitiForm;