Chapter 5: Using CSS Custom Properties
We will now dive into the practical details of how to implement the features you encountered in Part 1 A Quick and Functional Guide to Angular Ivy in the Angular Academy application, which will allow you to browse and select a curriculum of available Angular video courses on YouTube.
We'll start by describing the Angular Academy application while covering the following topics:
- Building a theme picker using custom CSS properties
- Implementing the theme service
- Controlling CSS Grid templates using custom CSS properties
By the end of the chapter, you will have gained practical experience in using custom CSS properties in a real-world application.