Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit 4c250aa

Browse files
committed
feat: formGroup renamed to group
1 parent 615d475 commit 4c250aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/dynamic-form/dynamic-form.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export class DynamicFormDirective implements OnInit {
2525
}
2626

2727
public ngOnInit(): void {
28-
// set default layout "default"
2928
if (!this.layouts[this.formConfig.layout]) { throw new Error(`Layout with name "${this.formConfig.layout}" was not found`); }
3029

3130
const componentReference = this.layouts[this.formConfig.layout];

0 commit comments

Comments
 (0)