Esteban Gehring

Results 171 comments of Esteban Gehring

@KristofGilis maybe introducing a new option flag as an input would be a good way forward to enable the behavior you are proposing? then people can just choose.

@angelaki I havent tested your branch, sorry

@KristofGilis can you add an `@Input()` option to enable this behavior if wanted?

can you provide some example of your unit test code?

I guess in this case you need to disable type checking for the spy: ``` const spy = spyOn(myService, 'myOperation').and.returnValue(of(mockedValue) as any); ```

sorry for the delay, will try to find some time, its quite a complex PR

@DavidGrath please update the docs and the samples and merge the latest master branch.

@DavidGrath can you please merge the most recent master branch and re-generate the samples and docs? looks like 5000+ files were changed because of some version string

@DavidGrath yeah lets just try to merge the latest master, and re-generate the samples and docs, that should hopefully get rid of the unrelated version string changes