Benjamin McFerren

Results 10 comments of Benjamin McFerren

What couples the ComponentRef obj to the Dom string (cmpref.changeDetectorRef.rootNodes[0] & cmpref.hostView.rootNodes[0] ect)? Is there an explicit reference(i.e. dom string selector) or does this binding live in memory? Is there...

Hi @sundbry Are you still planning on owning the v2 version of this library? A v2 version that we can use with Angular Wamp https://github.com/voryx/angular-wamp would be very helpful for...

Also having this problem. I am booting with lein ring server. java.lang.IllegalArgumentException: No implementation of method: :on-receive of protocol: #'org.httpkit.server/Channel found for class: nil

Would be very grateful for this mc/bulk-write feature

and shape of onhoverLeave would look like this: ``` { data: { ... }, onhoverLeave { index: number; listId: string; }, index: number; isInternal: boolean; listId: string; size: { ......

right now, hover event fires everytime you leave a listid or even leave an index of a listid that you were already on ideally, this onhoverleave event fires during the...

the other possibility that I've thought of is to store the previousHoverListid and previousHoverIndex as member variables and rewrite them everytime in the hover callback function

onHoverEnter (current behavior of hover) and onHoverExit (functionality I am hoping for) is a pretty common need that is valuable to all users of this library. I don't think I...

yes - though I need the lists stored in my reducer to stay untouched from temp mutations like hover and only change when permanent inserts and deletes happen to a...