mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
|
||
|---|---|---|
| .. | ||
| blocks | ||
| elements | ||
| test | ||
| BUILD.bazel | ||
| generate_block_api_json.bzl | ||
| generate_block_api_json.mts | ||
| generate_element_api_json.bzl | ||
| generate_element_api_json.mts | ||
| tsconfig.json | ||