Conclusion on Event Update

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

We'll cover the following...

What have we done so far?

In this chapter:

  • We added the last remaining service method to EventsService for updating an event.
  • We created our new EventUpdateComponent, adding a link to our new view within EventViewComponent.
  • We populated a template-driven form with the values
...