Improving CustomNodeComponent API with Angular >=19.1 #138
StefanPopa99
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hi!
With Angular 19.1 you have more control over the dynamic created components. There's a new feature that you can access the component instance after creation (and also access its methods); hence, you can easily send granular events to those components instead of sending all events via the VFlowComponent.
Here is a link to an article demonstrating this new Angular feature.
Beta Was this translation helpful? Give feedback.
All reactions