Hello,
I hope I understand you correct, than there is no data model from database or something similar.
Only given rows and each row have the same count of colums. the custom componet should have then Input()s where with startcolum and column count that specify where custom components should inserted. Once the custom components are inserted in the custom componet the grid never change again. But I want the flexibility in html maybe like <thiscom row1 =‘3 4’ row2=‘4 1’ …></thiscom or in typescript at startup or … Maybe there is a freaky kind of *ngfor with … to do that.
This brings me to a further question, were I asked about dynamic inserting of components from an array and Aaron make this Create dynamic custom components and add it to an array suggestion.
Maybe I can do that with a dummy component, that is not visible. But how to do that without a working manual I am really unsure.
Best regards, anna-liebt.