Florin Cosmin

Results 19 comments of Florin Cosmin

Here are some of my stats: ```sh Test Suites: 1 skipped, 109 passed, 109 of 110 total Tests: 3 skipped, 370 passed, 373 total Snapshots: 244 passed, 244 total Time:...

I have updated to angular 11 where the issue is fixed (now throwing an error if attempting to override providers) and I think that makes spectator code to fail. I...

I am not sure this is related but it would be nice to be able to use a custom logger library.

Thanks! I will give it a try!

@villeristi it works! thanks so much!

> I wanna point out, the recent typescript changes done in 1.10 actually broke in my project with the way that it was documented online on how to install/use dayjs...

@HansMusterWhatElse I am very new to Angular and been using ngxs for a couple of months so I don't have enough experience. But regarding your question about substates I think...

@ouss4m4 unfortunately not. I didn’t had time to dig deeper. It’s something I want to eventually fix

Thanks for this library. I would like to also see a small example how to work with it in unit tests. I am not very familiar with angular

whenever I have issues like that I try to mock the problematic component using [ng-mocks](https://github.com/ike18t/ng-mocks) of course the issue should be fixed but I used `ng-mocks` as a temporary solution....