diff --git a/packages/core/test/bundling/todo/OUTSTANDING_WORK.md b/packages/core/test/bundling/todo/OUTSTANDING_WORK.md new file mode 100644 index 0000000000..c4bcc127a8 --- /dev/null +++ b/packages/core/test/bundling/todo/OUTSTANDING_WORK.md @@ -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. \ No newline at end of file