Skip to content

Commit de31995

Browse files
committed
fix: remove unsupported operators from expression syntax documentation
1 parent ad03841 commit de31995

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adev-ja/src/content/guide/templates/expression-syntax.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ Angularは、標準JavaScriptの次の演算子をサポートしています。
7373
| 論理積代入 | `a &&= b` |
7474
| 論理和代入 | `a \|\|= b` |
7575
| Nullish Coalescing Assignment | `a ??= b` |
76-
| typeof | `typeof 42` |
77-
| void | `void 1` |
78-
| in | `'model' in car` |
7976

8077
Angular式は、さらに次の非標準の演算子もサポートしています。
8178

0 commit comments

Comments
 (0)