Create Event Update Component
Let's add the event update component to the event module.
Now that the update method of EventsService
is ready, we can add the last component to EventModule
.
Setup and routing
First, we’ll create our component, adding it to the existing event
directory.
ng g component event/event-update
Get hands-on with 1300+ tech skills courses.