fixed linting errors

This commit is contained in:
lotte
2019-12-23 09:27:57 +01:00
parent c002d8c640
commit 747606b40f
5 changed files with 58 additions and 69 deletions

View File

@@ -322,9 +322,4 @@ export class FormComponent implements OnDestroy, OnInit {
const control = group.controls[index] as FormControl;
return { $event, context, control, group, model, type };
}
print(data) {
console.log(data);
}
}