Events List Module

Let's add the event list component and module and configure their routing. We’ll also add functions to display all our events.

We'll cover the following

Now that our service method has been created, we can create our new feature module.

ng g module events-list --routing
ng g component events-list

Get hands-on with 1200+ tech skills courses.