ci: update to latest rulse_nodejs (#22921)

PR Close #22921
This commit is contained in:
Miško Hevery 2018-03-23 10:53:42 -07:00 committed by Alex Rickabaugh
parent e7f1af3c54
commit 4290ea4bb9
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Outstanding on the `Todo` app
## Compiler
- [ ] Remove ` tslib_1.__decorate([core_1.Input(), tslib_1.__metadata("design:type", Object)], TodoComponent.prototype, "todo", void 0);` from generated output.
## Ivy Runtime
- [ ] Work on `ViewContainerRef` needs to cause change detection so that `todo` app renders correctly on first render.
- [ ] The todo input value box is not correctly rendering to checked for completed tasks.
- [ ] `ViewContainerRef` must separate creation mode from update mode otherwise {{todo.done}} fails for `NgFor` because `todo` is not set during creation mode.