Replies: 1 comment 3 replies
-
I'll need to get a basic reproduction so that I could investigate it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a "Form Module" for our companies CI and started using ngneat tools for their simplicity. Unfortunately, I cannot get the error tailor work for a control that is generated through a high order component.
Our form component takes a nested object with sections where each section can have fields, those are later looped and through a type property a specific field renders to the UI. Each field generates its own controls to easier apply our own options to it.
I have started this in a private repo of mine, if someone wants to have a look I can add him as a member for some time: https://github.com/muuvmuuv/angular-dynamic-typed-form
TLDR
The below code would be in one field component nested inside a section component which is inside our form component that takes that nested object.
This works:
This not:
Beta Was this translation helpful? Give feedback.
All reactions