Carlo

Results 3 comments of Carlo

Hi @MaxKless, I'm using https://formly.dev/docs/guide/formly-field-presets/ but I'm not able to configure an array of fields only one single field because the getConfiguration() function return "FormlyFieldConfig" instead I need FormlyFieldConfig[]. Also...

Sure, I check your example but I'm a little confused for how implement my reusable set of components. Specifically, I want to implement something like this : ```typescript export class...

Thank you for the response @aitboudad , but seems that does not works: ```typescript import { Inject, Injectable, InjectionToken } from '@angular/core'; import { ConfigOption, FormlyFieldConfig } from '@ngx-formly/core'; export...