Question: Build a todo list component using Angular ( v 4 ) . Export the todo list component as TodolListComponent ( export class Todolist Component )
Build a todo list component using Angular v Export the todo list component as "TodolListComponent export class Todolist Component
Requirements:
Users should be able to add items to the list:
Use an element to accept user input for the todo list item.
Use a element to append the text in the element as an item to the list and clear the element.
Use elements for todo list items as children of element. Todo list items should not be empty and there can be multiple items with the same value.
Users should be able to markunmark items as completed:
Cross strikethrough the element when clicked to indicate that the item is completed and add isdone" class to the element.
Undo the cross when the item is clicked again and remove isdone class from the element.
Users should be able to track progress
Display a status message with the number of remaining tasks as X remaining out of Y tasks", where X the number of incomplete tasks, Y the total number of items in list. Add taskcounter" class to the status message X remaining out of Y tasks" element
AssessmentTools:
Use the animation below as a reference for your solution. You should focus on implementing the requirements, designstyling is not assessed and will not affect the score
The "Preview" tab will display your component. You can use it for testing purposes.
Available toolspackages:
Angular v
RxJS
ZoneJs
corejs
Second item remaining out of tasks
First item
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
