UNPKG

redux-app-examples

Version:

Examples of redux-app with Angular and React.

5 lines 146 B
<div> <ul> <todo *ngFor="let todo of vm.visibleTodos" (onTodoClick)="vm.toggleTodo($event)" [todo]="todo"></todo> </ul> </div>