mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In #57684 the standalone migration was changed so that it replaces any leftover modules with their `exports`, in an attempt to preserve more working code. These changes expand that logic to also cover tests since it's somewhat common internally to only import a component's module without having any references to the component. Note that tests are a bit of a special case, because we don't have access to the template type checker, so instead we copy over all of the `exports` of that module. PR Close #58627 |
||
|---|---|---|
| .. | ||
| google3 | ||
| all-migrations.spec.ts | ||
| BUILD.bazel | ||
| control_flow_migration_spec.ts | ||
| explicit_standalone_flag_spec.ts | ||
| helpers.ts | ||
| inject_migration_spec.ts | ||
| output_migration_spec.ts | ||
| pending_tasks_spec.ts | ||
| project_tsconfig_paths_spec.ts | ||
| provide_initializer_spec.ts | ||
| queries_migration_spec.ts | ||
| signals_migration_spec.ts | ||
| standalone_migration_spec.ts | ||
| standalone_routes_spec.ts | ||