Markus Ende

Results 24 comments of Markus Ende

Can confirm, that the problem is fixed in my project setup, when avoiding the `async` keyword. Nice catch! Would vote for `#2`. Couldn't you just add `"strictNullChecks":false` to the compiler...

I had the same error message when using @nestjs/ng-universal and @nestjs/common (both 9.1.3 and 9.1.4). Downgrade to @nestjs/[email protected] fixed it.

This only supports stubbing methods, am I right? I also tried something like this some time ago but failed to differentiate between properties and method calls.

Hi all, I'm really glad that this discussion was started. We from @qupaya also rely heavily on this library and promote it in every Angular/TypeScript project we are consulting. Would...

> How about we plan to publish a release on Friday? We have a handful of PRs that require approval. I'm swamped with my paycheck job this week; is anyone...

Besides having not too much time, @NagRock maybe had other reasons why he chose not to merge PRs like fnmock into this library (coding style, naming, etc.). We already have...

You can try the update provided by @michaeljota (although the `ng add` feature is not working, yet, I guess), I deployed it to npm, see my comment here https://github.com/nestjs/ng-universal/pull/1127#issuecomment-1921302941