angular/integration/cli-elements-universal/src/app
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.component.spec.ts refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427) 2023-04-04 15:12:33 -07:00
app.component.ts ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
app.module.ts test: update tests to remove deprecated withServerTransition (#49422) 2023-03-15 17:08:18 -07:00
app.server.module.ts ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
title.component.spec.ts ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00
title.component.ts ci: add integration test for Angular Elemens with SSR (#40559) 2021-02-12 08:55:25 -08:00