ANGULAR2, I want to load all my custom component into a html div based on customComponentsList.
My actual scenario is considor i have
A(0-row,0-column),B(0,1),C(0,2),D(1,0),E(1,1),F(2,0), G(2,1), H(2-row,2-column))
custom components.
I have to display in div as per row and column positions like
A B C
D E
F G H