I work with angular 2 rc4 and we use fuel-ui http://fuelinteractive.imtqy.com/fuel-ui/#/ to load the modal.
What we are trying to achieve is as follows:
we have an input component that we want to integrate into the fuel system, the problem is that after that the actual modal html code (actual DOM) is loaded.
Fuel-ui gives a tag into which html for the mod is loaded.
I researched and tried DynamicComponentLoader, although I found out that it is now out of date.
I need to know how best to add the contents of my login component to the processed DOM (tag with modal body class from bootstrap html).
I searched, but maybe someone had the same problem, and came across a better link that explains how to do this.
Thank you in advance for your help.
Nancy
source
share