ataraciuk
Results
2
comments of
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...