angular/integration/cli-elements-universal/src
Andrew Scott 34b2d34d5b refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427)
`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
2023-04-04 15:12:33 -07:00
..
app refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427) 2023-04-04 15:12:33 -07:00
assets ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
environments ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
favicon.ico ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
index.html ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
main.server.ts build: update Angular tooling packages to 15.0.0-next.3 (#47584) 2022-09-30 10:53:04 -07:00
main.ts ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
styles.css ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
test.ts build: update Angular tooling packages to 15.0.0-next.3 (#47584) 2022-09-30 10:53:04 -07:00