angular/packages/core/test/animation
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
..
animation_integration_spec.ts fix(animations): fix non-animatable warnings for easing (#48583) 2023-01-26 22:03:07 +00:00
animation_query_integration_spec.ts Revert "fix(animations): fix stagger timing not handling params (#47208)" (#47222) 2022-08-22 14:53:20 -07:00
animation_router_integration_spec.ts refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427) 2023-04-04 15:12:33 -07:00
animations_with_web_animations_integration_spec.ts fix(animations): fix incorrect handling of camel-case css properties (#48436) 2022-12-12 15:17:44 -08:00