mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: remove incorrectly listed operators in "Supported operators" table (Expression Syntax Guide) (#62092)
PR Close #62092
This commit is contained in:
parent
29223931da
commit
ea71a1e8cd
1 changed files with 0 additions and 4 deletions
|
|
@ -17,7 +17,6 @@ Angular supports a subset of [literal values](https://developer.mozilla.org/en-U
|
|||
| Array | `['Onion', 'Cheese', 'Garlic']` |
|
||||
| null | `null` |
|
||||
| Template string | `` `Hello ${name}` `` |
|
||||
| Tagged template string | `` tag`Hello ${name}` `` |
|
||||
|
||||
### Unsupported literals
|
||||
|
||||
|
|
@ -64,9 +63,6 @@ Angular supports the following operators from standard JavaScript.
|
|||
| Unary Negation | `-x` |
|
||||
| Unary Plus | `+y` |
|
||||
| Property Accessor | `person['name']` |
|
||||
| typeof | `typeof 42` |
|
||||
| void | `void 1` |
|
||||
| in | `'model' in car` |
|
||||
| Assignment | `a = b` |
|
||||
| Addition Assignment | `a += b` |
|
||||
| Subtraction Assignment | `a -= b` |
|
||||
|
|
|
|||
Loading…
Reference in a new issue