Hello,
I am trying to wrap a jqxNumberInput in a custom angular directive. But I am struggling to understand two things from your design (since I dont have the sources):
1) Why the jqxInstance is not injected right after linking the jqxNumberInput directive
2) Why am I seeing DOM modifications of the component, after the linking of the jqxNumberInput directive. I mean, the <input> is not in the DOM after having linked the jqxNumberInput directive, but sometime after the scope is applied. Is this the right approach? are you expecting to change this in the near future? I guess the breaks a bit the components pattern of Angular 2, right?
Thanks for your great work.