Conclusion on Event View
Review the completion of the event view page by creating service methods to fetch event details, using ActivatedRoute to extract URL parameters, and pushing your final changes to GitHub. This lesson helps you understand how to integrate new features and manage version control in your Angular app development.
We'll cover the following...
We'll cover the following...
What have we done so far?
In this chapter:
- We created a new feature to work towards a fully-featured event view page.
- We created a new method on
EventsServiceto get details for a specific event.