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
Jon Andoni Castelo Meléndezblog.jonandonicastelo.com·Oct 7, 2023Angular ElementsThe next explanations are based on this project. To get the most of this article it is recommended to not only read it, but to practice creating a similar project. This is a demo of the application functionality: Angular elements package, allows tr...52 readsAngularAngular
James Uyikingjames.hashnode.dev·Jan 7, 2023How to create a dynamic Component with Vue Composition APIThis tutorial assumes you already have some experience with vue. I was working on a project using the vue composition API and I had to build a tab that outputs different components based on a click of a button I know this is achievable with the v-if ...2 likes·297 readscomposition api