Practice Activity

Extend the application we created in this section.

Add another child route which shows a list of music videos for a given artist.

activity example

Tip

Use entity=musicVideo in the iTunes API to return a set of music videos.

Steps

Fork this blitz:

Complete the ArtistMusicVideoListComponent component.

Tip

Remember you also need to make changes to the route configuration and NgModule!

Read any TODO comments in the blitz for hints.

Solution

When you are ready compare your answer to the solution in this blitz:


Caught a mistake or want to contribute to the book? Edit this page on GitHub!