angular/packages/core/schematics/utils
Matthieu Riegler 640693da8e feat(compiler): Add support for multiple swich cases matching
consecutive `@case` blocks are now supported:

```ts
@switch (case) {
  @case (0)
  @case (1) {
    case 0 or 1
  }
  @case (2) {
    case 2
  }
  @default {
    default
  }
}
```

fixes #14659
2026-01-07 09:23:50 -05:00
..
tsurge refactor(compiler-cli): Remove deep imports of compiler-cli in angular/core 2025-10-28 15:58:56 +01:00
typescript feat(core): Add migration for zoneless by default. (#63042) 2025-09-16 20:48:29 +00:00
BUILD.bazel refactor(compiler-cli): Remove deep imports of compiler-cli in angular/core 2025-10-28 15:58:56 +01:00
change_tracker.ts refactor(migrations): make it easier to delete nodes including comments (#58427) 2024-10-31 09:17:51 +01:00
extract_metadata.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
line_mappings.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
load_esm.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_component_template.ts refactor(compiler-cli): Remove deep imports of compiler-cli in angular/core 2025-10-28 15:58:56 +01:00
ng_decorators.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
parse_html.ts feat(migrations): add migration to convert ngStyle to use style (#63517) 2025-09-15 20:16:16 +00:00
project_tsconfig_paths.ts feat(core): support TypeScript 5.9 (#62541) 2025-07-14 14:04:58 -07:00
template_ast_visitor.ts feat(compiler): Add support for multiple swich cases matching 2026-01-07 09:23:50 -05:00