Hi guys, in this lesson we will implement course Detail page components and we in the space we will show the detail of course and we will show the students of course. First of all we will import cursors. In data log, we will create our variables. Our first variable will be course ID our second variable will be current course. Our last variable will be students. We will get couldn't curse from local storage.
We will get ID three routed parameters. We will find students of course, in created function created function will be automatically called with real life cycle. In this function we will call students who bought the course from cursors. Then we will set it to students variable Then we will implement the detail HTML template in detail page in render function. We will show course details and still don't list. First of all, we will create a container.
Then we will create a header containers and we will show welcome message for course, and we will show the details of course. Finally, we will show students of course That's all about detail components implementation. Thank you