[AngularJS] Re: [Angular 2] Custom Components and Local Variables

2017-07-31 Thread Sanansaattaja
thank you, I'll try it ! Am Montag, 31. Juli 2017 16:12:33 UTC+2 schrieb Sander Elias: > > No, the ng2know does not depend on template ref vars.It does supports the > changed callback as I put in the sample. Template ref vars >

[AngularJS] Re: [Angular 2] Custom Components and Local Variables

2017-07-31 Thread Sanansaattaja
Hi Elias, thank you for the answer - don't know though if it exactly answers my problem. Does the call produce local variables like the #knob1, #knob2 and so on? The component (ng2-knob) relies on a specified local variable Regards, Christian Am Montag, 31. Juli 2017 11:58:43 UTC+2 schrieb Sa

[AngularJS] [Angular 2] Custom Components and Local Variables

2017-07-31 Thread Sanansaattaja
Hi I'm using some custom components in my web app - like ng2-knob. The syntax is like It seems that if you want to have different instances of this component on your page, you nee to have different local variable names - like It doesn't work when all components have the same local name.