Angular Todo App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do. It is helpful in planning our daily schedules. We can add more tasks at any time and strike out or delete a task that is completed.
- Create (add) a new task or adding a new Todo in the Todo List App.
- See all the tasks or View all the Todos that were added to the app.
- Strike or Delete any ToDo from the list of Todos.
To run tests, run the following command
ng serve --openTo deploy this project run
ng build