angular/packages/router/test
Paul Gschwendtner c9415e4d75 build: ensure bootstrap transitive runfiles are made available (#48521)
Since we generate a `.mjs` file as entry-point for jasmine tests,
a couple of issues prevented the transitive dependencies from
bootstrap targets to be brought in (causing resolution errors):

1. The `_files` (previously `_esm2015`) targets are no longer needed,
   and they also miss all the information on runfiles.
2. The aspect for computing linker mappings does not respect the
   `bootstrap` attribute from the `spec_entrypoint` so we manually
   add the extract ESM output targets (this rule works with the aspect
   and forwards linker mappings).

PR Close #48521
2022-12-19 19:50:41 +00:00
..
directives refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
operators refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
utils build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
apply_redirects.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
bootstrap.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
BUILD.bazel build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
computed_state_restoration.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
config.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
create_router_state.spec.ts feat(router): Add CanMatch guard to control whether a Route should match (#46021) 2022-06-13 22:53:49 +00:00
create_url_tree.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
default_export_component.ts feat(router): auto-unwrap default exports when lazy loading (#47586) 2022-10-04 14:40:58 -07:00
default_export_routes.ts feat(router): auto-unwrap default exports when lazy loading (#47586) 2022-10-04 14:40:58 -07:00
helpers.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
integration.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
page_title_strategy_spec.ts feat(common): add provideLocationMocks() function to provide Location mocks (#47674) 2022-10-10 19:42:11 +00:00
recognize.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
regression_integration.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
router.spec.ts refactor(router): extract navigation transition code to a new file (#48092) 2022-11-22 16:19:44 -08:00
router_link_spec.ts feat(router): merge RouterLinkWithHref into RouterLink (#47630) 2022-10-05 15:16:43 -07:00
router_preloader.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
router_scroller.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
router_state.spec.ts refactor(router): code cleaning (#48259) 2022-12-09 09:59:20 -08:00
shared.spec.ts fix(router): fix error when calling ParamMap.get function (#31599) 2020-06-25 11:57:24 -07:00
standalone.spec.ts refactor(router): Warn when provideRoutes is used without provideRouter (#47896) 2022-11-04 09:29:24 -07:00
url_serializer.spec.ts refactor(router): Convert user-visible router errors to RuntimeError (#46562) 2022-06-29 12:50:23 -07:00
url_tree.spec.ts fix(router): Allow question marks in query param values (#31187) 2021-08-06 10:49:37 -07:00