TodoMVC - ShMcK/ng2Challenges GitHub Wiki
Challenge
Create the iconic TodoMVC in Angular 2.
Setup (angular2-alpha-20)
Example (Angular 1.x)
Hints
Solutions
- ★★★★☆ TodoMVC Express App version: alpha-20 2015-05-06 Marques Woodson/@mwq27 Not sure how to clear a form control when the form is submitted. Control value only has a getter.
- ★☆☆☆☆ Buggy Todo MVC version: alpha-20 2015-05-03 @Sh_McK Still thinking in MVC patterns, and it's not helping with ng2. Still unclear how to properly use Form Controls, especially within a loop.