angular/packages/core/schematics/test
tomer953 8fd896e99a fix(core): resolve component import by exact specifier in route lazy-loading schematic
Avoid substring matching on importClause.getText() which caused suffix collisions (e.g., BarComponent vs FooBarComponent). Use AST-based matching for default and named (including aliased) imports to reliably resolve the correct import path when generating loadComponent.

(cherry picked from commit 8fa6617352)
2026-04-01 09:24:13 +02:00
..
add_bootstrap_context_to_server_main_spec.ts feat(core): introduce BootstrapContext for improved server bootstrapping (#63562) 2025-09-09 10:57:09 -07:00
all-migrations.spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
application_config_core_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
BUILD.bazel refactor(migrations): exclude all @angular/* packages from schematics bundle 2025-10-28 20:51:50 +01:00
cleanup_unused_imports_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
common_to_standalone_migration_spec.ts fix(migrations): prevent duplicate imports in common-to-standalone migration 2026-01-09 14:30:47 -08:00
control_flow_migration_spec.ts build: update Jasmine to 6.0.0 2026-02-09 12:15:57 -08:00
helpers.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
inject_migration_spec.ts fix(migrations): inject migration not work in multi-project workspace with option path 2026-03-19 15:20:46 -07:00
ngclass_to_class_migration_spec.ts refactor(migrations): remove common module if there are no references (#63892) 2025-09-18 20:18:43 +00:00
ngstyle_to_style_migration_spec.ts fix(migrations): prevent trailing comma syntax errors after removing NgStyle 2026-03-17 17:01:28 -07:00
output_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
project_tsconfig_paths_spec.ts build: migrate to using new jasmine_test (#62086) 2025-06-18 08:27:26 +02:00
queries_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
router-testing-module-migration_spec.ts feat(migrations): Adds migration for deprecated router testing module (#64217) 2025-10-13 11:09:29 -07:00
router_current_navigation_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
router_last_successful_navigation_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
self_closing_tags_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
signal_input_migration_spec.ts refactor(migrations): unit test signal migration adjustment (#64393) 2025-10-15 10:38:57 -07:00
signals_migration_spec.ts test(core): remove shelljs from core schematics tests (#64042) 2025-09-26 13:14:09 -04:00
standalone_migration_spec.ts build: update Jasmine to 6.0.0 2026-02-09 12:15:57 -08:00
standalone_routes_spec.ts fix(core): resolve component import by exact specifier in route lazy-loading schematic 2026-04-01 09:24:13 +02:00