I have a code that generates dynamic components. I want to have for each added component a splitter between it and its neighbors. I am using angular-split package.
I have tried to remove the selector of the dynamic component and I do not manage to do it. My intention was I to wrap it with instead of the dynamic component's selector.
Comments
Post a Comment