TheILPlace
TheILPlace
thanks for your reply. the idea was to have a complete dynamic solution. the tag-name, source url, and also the input attributes... even if resolving to querySelector, the question is......
@tomastrajan working on it... i thought of emitting the instance of the created component in the event emitter... to make life easier for the application using this feature.
@tomastrajan well, i've spend a couple of hours on this issue. it seems that event emitters are not supported for structural directives :( so we have 2 options: 1. the...
@tomastrajan hi ! the way of having a subject as an input was found after some research and found that as a solution for structural directives. anyways, having a callback...
@tomastrajan ok, i've tested this. passed a callback function to the *axLazyElementDynamic . we don't need anything to be passed from the axLazyElementDynamic . just calling us after the element...
@tomastrajan i've tried to have the setTimeout call inside the library and use that to wrapp the onLoaded emitter, but it doesnt work. you have to write it yourself in...
@tomastrajan What do you think ? having a callback being sent to the loaded input of the element (the user is responsible for using setTimeout , or expose a function...