docs(ivy): fix typo in STATUS.md
This commit is contained in:
parent
b492b9e12b
commit
e79b845a45
|
@ -186,7 +186,7 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
|
|||
| `@Query(read)` | ✅ | ✅ | n/a |
|
||||
| `@Query(selector)` | ✅ | ✅ | n/a |
|
||||
| `@Query(Type)` | ✅ | ✅ | n/a |
|
||||
| `@ContentChildred` | ✅ | ✅ | ❌ |
|
||||
| `@ContentChildren` | ✅ | ✅ | ❌ |
|
||||
| `@ContentChild` | ✅ | ✅ | ✅ |
|
||||
| `@ViewChildren` | ✅ | ✅ | ❌ |
|
||||
| `@ViewChild` | ✅ | ✅ | ✅ |
|
||||
|
@ -278,4 +278,4 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
|
|||
| `removeStyle()` | ✅ |
|
||||
| `setProperty()` | ✅ |
|
||||
| `setValue()` | ✅ |
|
||||
| `listen()` | ✅ |
|
||||
| `listen()` | ✅ |
|
||||
|
|
Loading…
Reference in New Issue