1. Simple case: render same components multiple times with inputs from an array: use @for loop.
2. Complex case: render different components with different input data from an array: use @for loop. Use _ComponentName to link metadata with component.
Source code: [email protected]:turingcs2005/dynamic-components.git