← All projects
Capstoneintermediate7h

Angular Task List Application Architecture

Design (on paper/in guided steps, since this platform can't build/run a real Angular app) a task-list application's component/service architecture, applying components, services, and routing.

Tracks: Angular Application Development

Objectives

  • Design a TaskListComponent, a TaskItemComponent (with @Input/@Output), and a TaskService managing shared state
  • Design routes for a task list view and a task detail view with a route parameter
  • Design a reactive form for creating a new task, with at least one validator
  • Explain how change detection keeps the list in sync as tasks are added/completed

Before you start

Milestones

0%

References