Introducing container components

The main topic of this book is to learn how to create scalable user interfaces using Angular components. You can probably already see a trend within this chapter. From a simple task list component holding its own state, we're slowly moving into a more serious and maintainable application architecture. We've already been going through some major refactorings which can be summarized as follows:

  • Creating a simple task list component to list some tasks coming from a simple list of plain objects
  • Splitting the task list component into various subcomponents and finding the right size for our components (task list, task, checkbox, toggle)
  • Introducing a service in order to store our task data and remove any data which ...

Get Mastering Angular Components now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.