I am using the npm package ng-dynamic-component to create dynamic components.
I am in a situation where i want to call a specific function on the dynamically created component using this package.
I have experimented with a lot of different ways but so far found no solution.
Does anyone have any idea if it is possible to call a function on a component that is created dynamically using the mentioned package?
Thanks :)