Dmitry A. Efimenko

Results 37 comments of Dmitry A. Efimenko

As a workaround for an issue of identifying all the methods that return an observable, we could perhaps use global configuration: ```ts ngMocks.defaultConfig(MyService, { observablePropsToSpyOn: ['apiCall1', 'apiCall2', 'apiCall3'], }); ```...

+1 Looks like the library is not maintained. Last commit two years ago. Would anyone even be able to perform a PR merge if there was one?

I don't have a proposed solution for this yet. Similar thing happens if you apply `display: none` to the chart. For the moment I just apply `position: absolute; top: -1000px`...

it appears that the chart option `maxDataSetLength` can help with retaining data even after chart's width is changed to 0. Set it to something high. However, this might lead to...

I'd love this feature as well. Filtering results to only display module dependencies would help when debugging bundle size issues. @manekinekko Could this be squeezed in? I see you've estimated...

I can't seem to be able to solve this one. Switching baseUrl to the default './' does not help. Can't really share the code either since it's a project at...

![image](https://user-images.githubusercontent.com/2098175/103190242-4fb85080-488d-11eb-9baf-d8e135e72f0b.png)

there should be a way to remove the warning. Using `new MyClass()` approach for unit testing is perfectly valid.

I tried twitter without success.