mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`RouterTestingModule` is not needed as of v16. Instead, TestBed automatically provides `MockPlatformLocation` in order to help test navigations in the application. The location mocks in the RouterTestingModule aren't necessary anymore. There doesn't appear to be any real documentation around `RouterTestingModule` other than the API docs. PR Close #49427 |
||
|---|---|---|
| .. | ||
| app.component.spec.ts | ||
| app.component.ts | ||
| app.module.ts | ||
| app.server.module.ts | ||
| title.component.spec.ts | ||
| title.component.ts | ||