angular/tools
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
..
bazel build: add @babel/core to list of rollup_runtime_deps 2025-10-27 13:39:33 +01:00
contributing-stats refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
gulp-tasks build: format md files 2025-11-06 10:03:05 -08:00
legacy-saucelabs refactor: replace fast-glob usage with tinyglobby (#60264) 2025-03-07 10:57:23 -08:00
manual_api_docs feat(compiler): Add support for multiple swich cases matching 2026-01-07 09:23:50 -05:00
pnpm-patches build: update cross-repo angular dependencies (#63706) 2025-09-10 12:10:15 -07:00
saucelabs ci: remove circleci as we no longer rely on it (#58615) 2024-11-12 18:39:25 +00:00
saucelabs-daemon build: format md files 2025-11-06 10:03:05 -08:00
symbol-extractor build: update to bazel version 8.4.2 2025-12-08 10:21:59 -08:00
testing build: format md files 2025-11-06 10:03:05 -08:00
tslint build: add a noDuplicateEnumValue rule (#63483) 2025-09-10 22:16:10 +00:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
defaults.bzl build(forms): setup infrastructure for code examples 2026-01-05 12:36:00 -05:00
jsconfig.json chore(vscode): add jsconfig.json and remove .settings dir 2015-10-29 13:53:21 +00:00
ng_benchmark.bzl build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
tsconfig-test.json build: migrate symbol-extractor to ts_project (#61156) 2025-05-07 11:28:59 -07:00
tsconfig.json build: only require workspace build packages for web tests when provided (#62443) 2025-07-03 08:34:25 +00:00
types.d.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00