Event View Component
Let's create the events view component and set the paths to configure routing.
We'll cover the following
Now that our calendar is working correctly, we’re ready to navigate users to an event view page to show additional details about that event.
Setup and routing
Start by creating a new component, EventViewComponent
, within our existing event
directory.
ng g component event/event-view
Get hands-on with 1400+ tech skills courses.