Manoj Kumar Lakshman

Results 6 comments of Manoj Kumar Lakshman

I was able to resolve this issue by just importing the `HttpClientTestingModule` when creating the instance of the `Shallow()`. eg., `new Shallow(EventMenuComponent, EventMenuModule) .import(HttpClientTestingModule);`

@platon-rov , is this already available on v0.33.4 or yet to release? based on this video, what happens when mouse hover is pointing at option1 and keyboard focus is pointing...

hey @gelliott181 , even i experienced the chrome crash after running the scanner continuously for few minutes, looks to me like this is not sporadic. so have you had any...

Hey @serratus , i havent tried with reduced `frequecny`, but i did try with lesser `workers process` and the result was still the same. When i posted my previous comment...

Currently the touch event is listened over the container of all the slides & not on individual slide. so it is not possible to control touch events for individual slides...

@Dakshank , you can refer to this mdn article to understand more about touch events and how to use them, https://developer.mozilla.org/en-US/docs/Web/API/Touch_events#Example since the touch events are handled on the wrapper...