Jay Johnson

Results 7 comments of Jay Johnson

I am also having the same issue at the moment.

Fixed this issue by fully mocking ngx-daterangepicker-material. Here is the mock I used: ``` import { Component, Directive, ModuleWithProviders, NgModule } from '@angular/core'; @Directive({ selector: 'input[ngxDaterangepickerMd]', providers: [] }) export...

This is needed to fix an issue that I am having when trying to search with google. Currently when searching with google I am getting related to selectedConversation. When I...

Yes, I am feeling the same way. I was working with another app doing to same level of testing with gpt 3 and the cost seems higher when I started...

Any updates on this? I am running into the same issue

I added my solution here: https://github.com/fetrarij/ngx-daterangepicker-material/issues/479