How to Use Angular @Input to Pass Data to Dynamically Created Components
Dec 29, 2023 · 4 min read · If you’re using dynamically created components in Angular, you’ve probably found it difficult to pass information between the parent and child components when needed. You need to provide the info in the parent and then inject it within the child comp...
Join discussion

