Chapter 6: Using Angular Components
In the previous chapter, we introduced the Angular Academy application and briefly scratched its surface by demonstrating how we can use CSS Custom Properties to control theme properties and CSS Grid layouts. In this chapter, we will dig into the details of how to implement the application using the new Angular components that we introduced in Chapter 4, Exploring Angular Components Features.
Note that we will be covering a lot of ground in this chapter, so I recommend that you revisit Chapter 4, Exploring Angular Components Features, if you want to learn about Angular components or if you need a refresher. This chapter will be about using the new official Angular components and how to wire them together in our Angular Academy example application.
More specifically, we will be covering the following topics in this chapter:
- Understanding the Angular Academy application
- Showing course videos using the Angular YouTube Player ...