Ben Morton
Ben Morton
I don't have an iOS device to test this with, but I've just tried it with the version I have online on my android phone and I don't see this...
That's not supported by the current cascade algorithm. It's an option I'd like to add with a future rework
Hmmm, that's not something I'd build into the library, but it should be possible for you to do. If you create a boolean in your item representation and wrap the...
ElementRef is a core part of Angular 2 so why it doesn't get imported points to something wrong with your app setup. Are you including BrowserModule as well as NgGridModule...
I've created a root plunker here: https://plnkr.co/edit/3m8ost Give that a try and see if you can replicate the issue :)
I don't know. Best guess is that it's causing the angular change detection routine to run because it's bound the mouse move events. I don't know what would cause it...
What kind of keyboard shortcuts would you expect for this?
@GerritK are you still getting this issue? Can you give me the config you were using and perhaps a plunker reproduction so I can investigate it further?
The files in the install are compiled to javascript, but are using the ES6 module format which supports import/export fully. You'll need to use a transpiler of some kind (most...
In the first example, why aren't you doing `[(ngGridItem)]="item"`? That's how I would bind to the array item, rather than by index. I can investigate why it does this, but...