From the course: Building Applications with Angular, ASP.NET Core, and Entity Framework Core

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Challenge: Displaying quizzes

Challenge: Displaying quizzes

From the course: Building Applications with Angular, ASP.NET Core, and Entity Framework Core

Start my 1-month free trial

Challenge: Displaying quizzes

(quiet cymbals) - [Instructor] Now that we can send the quiz to the back end, let's display our quiz list on the front end. Since we covered this design with our questions and questions list component, I'll make this a challenge to see if you can create the same functionality with quizzes. Remember to use the API service and an observable subject to allow for the cross component communication. The challenge is to display the quiz and quiz list components instead of the questions in our home view. The users should also be able to create and edit a new quiz at the top of the home component. And, this challenge should take you about 20 minutes. Good luck.

Contents