I'm trying to give to the user the ability to create, drag and connect multiple nodes but I still don't understand how angular render this or the life cycle of components and other, so even after a lot of research, I'm still unable to figure out how to fix the issues listed below.
Basically, I'm to trying to achieve what I already achieved with a simple HTML page, but this time here with Angular and angular is not making it easy for me. First I was struggling with making the new divs draggable, I managed to do that but new problems are on the table now:
AfterViewInit, ComponentFactoryResolver, parentInjector, resolveComponentFactory work, indeed they solved the draggability issue for me, but don't know why or how they fixed it.So any help or explanation would reeeaally appreciated