The QuizList component

What we will do here is to create a dedicated component that will show a list of items task on screen. It's important to understand that we can also do that in our already-present AppComponent class; however, it won't be the ideal thing to do. We're working on a rather complex app that is expected to grow fast, thus it's advisable to embrace a modular approach right from the start and split our planned features into separate, reusable assets.

To be more specific, what we need now is a flexible and pluggable QuizListComponent that we can use--once or even multiple times as separate instances--within our existing AppComponent; we plan to use this pattern throughout all our client-side development experience.

Again, from ...

Get ASP.NET Core 2 and Angular 5 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.