From 22071a7ff99d005dacd13dc1799c20c232497397 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Wed, 23 Nov 2016 20:05:57 +0000 Subject: [PATCH] code fixes --- .../src/components/form-field/form-field.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng2-components/ng2-activiti-form/src/components/form-field/form-field.component.ts b/ng2-components/ng2-activiti-form/src/components/form-field/form-field.component.ts index dcd962b7a0..5657511464 100644 --- a/ng2-components/ng2-activiti-form/src/components/form-field/form-field.component.ts +++ b/ng2-components/ng2-activiti-form/src/components/form-field/form-field.component.ts @@ -17,7 +17,7 @@ import { Component, - OnInit, OnDestroy + OnInit, OnDestroy, ViewChild, ViewContainerRef, Input,