Search⌘ K

Conclusion on Event Comments

Understand how to add commenting functionality to an Angular event view page. Explore creating services, using @Input to pass data, and integrating modules. Gain practical skills by committing and pushing code updates to GitHub to complete the feature.

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,
...