Conclusion on Event Comments
Let's conclude what we have learned so far and upload our updated application to GitHub.
What have we done so far?
In this chapter:
- We added our first functionality to the event view page.
- We started by creating a new service for creating comments and retrieving existing comments for an individual event.
- We created a new feature module, CommentCreateModule, adding it to another module we’ve already been working with, EventModule.
- We introduced the concept of input properties by using the @Input decorator to pass data from EventViewComponent to our new CommentCreateComponent.
- We utilized both service methods to give users the ability to create new comments for an event and see a list of existing comments for their events.
Get hands-on with 1300+ tech skills courses.