Search⌘ K

Conclusion on Dashboard Calendar

Explore how to integrate a calendar into your Angular dashboard by using angular-calendar and other open-source libraries. Learn to retrieve and display user events, modify data for the calendar, and understand when to use third-party tools versus custom code. This lesson guides you through committing your changes to GitHub, completing the calendar feature in the application.

We'll cover the following...

What have we done so far?

In this chapter:

  1. We installed a third-party library to add a calendar component within our dashboard.
  2. We created a new service method to retrieve events for a given user.
  3. We added a call to this method within our DashboardComponent, adding the events to the calendar component.
...