Challenge: Create a Simple Task Manager Application

Complete the challenge of creating a simple task manager application in Angular.

Problem statement

Create a simple task manager app using Angular forms, in which users can add and delete tasks.

Requirements

In the initial code setup provided below, a simple Angular application with the required components, model, and service has been created. You are required to implement the following:

  • Display a list of tasks in TaskManagerComponent.

  • Allow users to add a new task using TaskFormComponent.

  • Allow users to delete tasks.

  • Implement validation for the form fields (e.g., make the title required).

Expected output

  • When you run the application, you should see the following form:

Get hands-on with 1200+ tech skills courses.