Back to Angular

Todos.Component

devtools/src/app/demo-app/todo/home/todos.component.html

22.0.0-next.10143 B
Original Source

Home

{{ 'Sample text processed by a pipe' | sample }}

Mark all as complete @for (todo of todos | todosFilter: filterValue; track $index) { }