brian treesebriantreese.hashnode.dev·Dec 29, 2023How to Use Angular @Input to Pass Data to Dynamically Created ComponentsIf 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...dynamically created components