Tibor Strausz

Results 18 comments of Tibor Strausz

@c3rber thank for your code. I use verson 7.3.7 and in my case the enteredPredicate is called for every all lists not only the one which is entered. so your...

@c3rber cool. can you change this: parentNode parentElement to avoid the compile error (node somehow does not have children defined)

@c3rber nice! there are still some warnings about private methods used. i will look into that (or if you have a solution that would be fine too :)

those are used to know which is active. i think this can also be done with mouse enter and leave like this: (mouseenter)="enter(i)" (mouseleave)="leave(i) so in full it will be...

@c3rber good point, i will investigate and thanks for improving the code!

@c3rber you are right mouseenter did not work on my tablet! some minor feedback: to make my strict compiler and formatter happy i needed to do 3 things: 1) change...

and some more: 4. add implements AfterViewInit 5. all == and != should be === and !== 6. " should be ' thanks @c3rber i used your code to create...

With my ubuntu 18.04 it works fine.

its a discussion of a year. and the error still seems to be here. what is the latest/best solution i should use?

i see good news: > TypeScript 2.7 is now available. Download our latest version today!