Open
Description
Hi,
I like ngx-component-outlet. However, I would like to use in ng-template, similar to the example below with another dynamic component creation library:
<ng-template matExpansionPanelContent>
<ndc-dynamic
[ndcDynamicComponent] = 'component'
[ndcDynamicInputs] = 'componentInputs'
[ndcDynamicOutputs] = 'componentOutputs'></ndc-dynamic>
</ng-template>
Can I do something similar with ngx-component-outlet?
Cheers