docs(ivy): update STATUS.md with outstanding work (#23168)

PR Close #23168
This commit is contained in:
Miško Hevery 2018-04-06 10:09:28 -07:00 committed by Igor Minar
parent 3fb4e190a8
commit 50030f650b
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,8 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
- ❌ `@Component`
- ❌ `ResourceLoader.resolved: Promise<>` Returns true if all `templateUrl`s and `styleUrl` have been resolved and application is ready to be bootstrapped.
# Testing / Debugging
- ❌ in debug mode publish components into DOM nodes for easier debugging.
# Crosscutting
@ -150,6 +152,10 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
| `{{ exp \| pipe: arg }}` | ✅ | ✅ | ✅ |
| `<svg:g svg:p>` | ❌ | ❌ | ❌ |
| `<img src=[userData]>` sanitization | ❌ | ❌ | ❌ |
| `<div (nocd.click)>` | ❌ | ❌ | ❌ |
| `<div (bubble.click)>` | ❌ | ❌ | ❌ |
| `<div (keyup.enter)>` | ❌ | ❌ | ❌ |
| `<div (hammer.js)>` | ❌ | ❌ | ❌ |
### Life Cycle Hooks
| Feature | Runtime | Spec | Compiler |