We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb381b7 commit e1ae765Copy full SHA for e1ae765
adev/src/content/guide/templates/expression-syntax.md
@@ -17,12 +17,7 @@ Angular supports a subset of [literal values](https://developer.mozilla.org/en-U
17
| Array | `['Onion', 'Cheese', 'Garlic']` |
18
| null | `null` |
19
| Template string | `` `Hello ${name}` `` |
20
-
21
-### Unsupported literals
22
23
-| Literal type | Example value |
24
-| ------------ | ------------- |
25
-| RegExp | `/\d+/` |
+| RegExp | `/\d+/` |
26
27
## Globals
28
0 commit comments