Create Event Update Component
Let's add the event update component to the event module.
We'll cover the following
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 1400+ tech skills courses.