Lars Gyrup Brink Nielsen
Lars Gyrup Brink Nielsen
Related https://github.com/ngrx/platform/issues/4063
Thank you for the reference to [NgRx Store Standalone API in module-based apps](https://ngrx.io/guide/store/reducers#standalone-api-in-module-based-apps) and [NgRx Effects Standalone API in module-based apps](https://ngrx.io/guide/effects#standalone-api-in-module-based-apps), @mauriziocescon. As seen in [this StackBlitz fork](https://stackblitz.com/edit/stackblitz-starters-tz4uvc), duplicating arguments...
A few references, @ajitsinghkaler: - [Testing routed Angular components with the RouterTestingModule](https://indepth.dev/testing-routed-angular-components-with-the-routertestingmodule/) - [Testing Angular routing components with the RouterTestingModule](https://indepth.dev/testing-angular-routing-components-with-the-routertestingmodule/) - [Testing Angular route guards with the RouterTestingModule](https://indepth.dev/testing-angular-route-guards-with-the-routertestingmodule/)
The alert seems to be directly related to the preceding paragraph: >A different battery of tests can explore whether the application navigates as expected in the presence of conditions that...
Different types of tests involving the `RouterTestingModule`: - Testing routed components - Testing routing components - Testing route guards - Testing route resolvers - Integration testing routed feature modules/standalone routes...
I've been intensively looking into this 3 year old issue for the past week: https://github.com/angular/angular/issues/15779 I feel more and more convinced that for the most part we don't need to...
I'm working on another article on [unit and integration testing route guards](https://indepth.dev/testing-angular-route-guards-with-the-routertestingmodule/). The isolated unit tests show that it could be nice to have helpers to create the complex data...
Since this issue was started, the testing guide was split into several pieces. The alert in question has moved to https://angular.io/guide/testing-components-scenarios#what-good-are-these-tests
We could rewrite parts of the testing guide to include [RouterTestingHarness](https://next.angular.io/api/router/testing/RouterTestingHarness).
The alert box described in this issue is still present at https://angular.io/guide/testing-components-scenarios#what-good-are-these-tests.