Kurtis Jungersen

Results 9 comments of Kurtis Jungersen

I am looking to do something similar to this feature request (I believe), but let me know if this is separate and/or unrelated and I can open a new ticket....

**Update**: I ended up using a "hybrid" approach to accomplish this by creating a Jasmine `SpyObj` and using that as the Mocked instance, however it doesn't feel as clean. ```ts...

Hi @satanTime - appreciate you looking into this! I tried following that path and that works for checking to see if the method has been called, which is great. However...

Ah, I've got it! I didn't full understand how `MockInstance` played into everything until I saw the [advanced example in the MockInstance docs](https://ng-mocks.sudo.eu/api/MockInstance#advanced-example). Here's an updated Sandbox that passes now:...

This seems like a question for Stack Overflow as it doesn't seem to be an issue with moment itself. If I had to guess though, I would manually serialize /...

I'm running into this issue with an Angular 15 SPA served from a .NET 7 API. I'm having a difficult time reproducing the issue, but see this error in the...

Reviving this old thread - was anything like this ever implemented?

I'm coming across this issue now too. I know this is an old question, but wanted to check to see if there's a better solution at this point rather than...