Here is our collection of Angular 10 tutorials that show how to use the Angular scheduler, event calendar, and Gantt chart components. All tutorials include an Angular project with TypeScript source code for download so you can test it easily and reuse in your scheduling application.
The tutorials will guide you through the key concepts, configuration options and important implementation details.
Some of the tutorials are standalone (they only include the Angular front end for the sake of simplicity) so you can simply run the project using npm run start
after loading the NPM packages using npm install
. Some tutorials - such as Angular Appointment Calendar Component (TypeScript + PHP/MySQL) - show how to integrate the client-side components with a server side back end. The backend provides a REST API which persists the scheduled data in a database. Usually, the backend is implemented in PHP, but there are also tutorials that use other server-side frameworks, such as ASP.NET Core.
The Angular 10 Scheduler Quick Start Project is a great starting point for your own application. It includes the Angular Scheduler component with minimal configuration and it requires all the required boilerplate.
Use the online configurator application to generate a new Angular project with a customized Scheduler component.
Dec 15, 2020
How to add custom components to events displayed in the Angular Scheduler.
Oct 21, 2020
Angular 10 application that shows how to switch the Scheduler (which is in "edit" mode by default) to read-only mode.
Aug 31, 2020
A quick start project that shows how to use the Angular 10 Timesheet component.
Aug 6, 2020
The Angular Scheduler component supports displaying event details using a built-in tooltip. See how to include a dynamic Angular component in the tooltip.
Aug 5, 2020
Angular application with Scheduler component that can filter events in real time (by text, category, length).
Jul 25, 2020
Web application with Angular calendar component configured to display a custom set of days as columns.
Jul 25, 2020
Angular project that displays a Scheduler component with dynamic event data loading enabled. Event data is loaded on demand during scrolling to improve scalability.
Jul 25, 2020
Angular 10 project with weekly event calendar component. Download the project source code and use it as a starting point of your own application.
Jul 20, 2020
Angular 10 project that shows how to dynamically configure the Scheduler context menu (for events and rows).
Jul 20, 2020
Angular tutorial that shows how to implement undo/redo for Angular Scheduler UI component.
Jul 7, 2020
How to add a visual Scheduler component to your Angular 10 application. The Scheduler will let you plan and manage reservations, meetings, work orders and other events.
Jul 2, 2020
Articles 1-12 of 12