ataraciuk
ataraciuk
If this helps anyone, I ended up just creating a fake component. Do not import the VirtualScrollerModule into the test, instead, just define a component like this: ``` @Component({ selector:...
> > If this helps anyone, I ended up just creating a fake component. > > Do not import the VirtualScrollerModule into the test, instead, just define a component like...
Thank you for the answer. The behavior on drop has to match the behavior on what/where/if we show the drop placeholder while dragging. Ideally, as you said, inserting on the...
@Achilles1515 thanks a lot for your input and your code example! very helpful I'm not thinking a global/static range limit, but more on a per drag case. Maybe something analog...