improved test compiling time

This commit is contained in:
lotte
2018-10-12 14:24:41 +02:00
parent 998ed9af33
commit 5b71788a20
10 changed files with 83 additions and 52 deletions

View File

@@ -59,7 +59,7 @@ export class FormComponent implements OnDestroy, OnInit {
@Input() formModel: DynamicFormControlModel[];
@Input() parentFormModel: DynamicFormGroupModel | DynamicFormGroupModel[];
@Input() formGroup: FormGroup;
@Input() formLayout: DynamicFormLayout = null;
@Input() formLayout = null as DynamicFormLayout;
/* tslint:disable:no-output-rename */
@Output('dfBlur') blur: EventEmitter<DynamicFormControlEvent> = new EventEmitter<DynamicFormControlEvent>();