Questions tagged [recursive-component]

5 questions
2
votes
1 answer

Recursive Component of Dynamic Angular Forms - ERROR Error: Cannot find control with name:

I'm creating a project with a Reactive Form; based on Recursive Component that creates Dynamic Form from JSON file. The Sources This is an adaptation from Ionic based on Creating Dynamic Angular Forms with JSON I Adapted the Recursive version…
1
vote
1 answer

svelte:self tag is not rerendered properly

so I've been trying to use the tag to create some recursive behaviour, in order to build something like a file browser. But it seems like the tag is not triggered by an update event or something. Firstly, I have a parent component…
Lukas
  • 149
  • 3
  • 9
0
votes
1 answer

Recursive Dynamic Angular Form based on ng-template, binding missing with Component

I was creating this project (Source Project) https://stackblitz.com/edit/angular-ivy-wkshmk; I had error but I 'solve' (with problems) here https://stackoverflow.com/a/70794789/811293 The problems are: Validations aren't working at Select level 2 or…
0
votes
2 answers

Recursive Dynamic Angular Form; EmitEvent from Deeper Child to Root (Parent Component)

Hi I'm newbie and I'm creating a project with a Reactive Form; based on Recursive Component that creates Dynamic Form from JSON file. The Sources This is an adaptation from Ionic based on Creating Dynamic Angular Forms with JSON I Adapted the…
-1
votes
1 answer

how to render component that its inside value of object key using recursive component pattern in react?

I have these arrays of objects, So I try to render each value with its key using the recursive component pattern. file: App.jsx: import RecursiveComponent from "./components/RecursiveComponent.jsx"; import { ReactComponent as ReactIcon } from…
Yahia
  • 19
  • 5