Matt
Results
2
comments of
Matt
I had the same issue and saw in the example test that they used RouterTestingModule instead of RouterModule. Adding a global replacement fixed it for me: `Shallow.alwaysReplaceModule(RouterModule, RouterTestingModule);`
I have the same issue. It also happens on Angular 14.1.3. Interestingly, cloning this project, upgrading to V14.2 and running the directive example still works fine. Thank you for the...