jebner

Results 3 comments of jebner

We are also facing this issue (using version 11.1.5 and using forms). We've seen that there are 2 closed issues on a similar topic (#267, #307) but we couldn't make...

I looked a bit into the issue. [This repo](https://github.com/jebner/example-shallow-mocked-directive) could also be used to reproduce the issue. It's a fresh angular library created according to: https://angular.io/guide/creating-libraries According to [these Angular...

For us it didn't work to provide a mock for `Router` using `shallow.provide({ provide: Router, useValue: mockRouter })` as suggested by @floisloading. Because when adding `dontMock(RouterModule)` e.g. the `RouterLinkWithHref` directive...