Conclusion on Event Comments

Let's conclude what we have learned so far and upload our updated application to GitHub.

We'll cover the following

What have we done so far?

In this chapter:

  1. We added our first functionality to the event view page.
  2. We started by creating a new service for creating comments and retrieving existing comments for an individual event.
  3. We created a new feature module, CommentCreateModule, adding it to another module we’ve already been working with, EventModule.
  4. We introduced the concept of input properties by using the @Input decorator to pass data from EventViewComponent to our new CommentCreateComponent.
  5. 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 1200+ tech skills courses.