Hi,
I did use your element for a program I am doing.
Sadly, when updating the [componentclass] input, the content is not updated.
Am I doing something wrong while updating?
<cng-html-compiler #elementContent [template]="element.html" [componentClass]="componentClass"> </cng-html-compiler>
if (elementOption.templateValue) { this.componentClass[elementOption.option.name] = elementOption.templateValue; }
Hi,
I did use your element for a program I am doing.
Sadly, when updating the [componentclass] input, the content is not updated.
Am I doing something wrong while updating?
<cng-html-compiler #elementContent [template]="element.html" [componentClass]="componentClass"> </cng-html-compiler>if (elementOption.templateValue) { this.componentClass[elementOption.option.name] = elementOption.templateValue; }