Loading libs/forms/src/lib/form-builder.ts +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ export class RxapFormBuilder<Form extends FormDefinition = FormDefinition> { if (isDevMode()) { console.error(`Could not inject the definition instance. Fallback and call the constructor of the definition class: ${e.message}`); } form = (new this.definition()) as Form & Record<string, Function>; throw e; } const controls: Record<string, AbstractControl> = {}; Loading Loading
libs/forms/src/lib/form-builder.ts +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ export class RxapFormBuilder<Form extends FormDefinition = FormDefinition> { if (isDevMode()) { console.error(`Could not inject the definition instance. Fallback and call the constructor of the definition class: ${e.message}`); } form = (new this.definition()) as Form & Record<string, Function>; throw e; } const controls: Record<string, AbstractControl> = {}; Loading