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.

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 1300+ tech skills courses.