A quick-start project that helps you customize Syncfusion Angular List view items with icons or images using the template property with built-in CSS classes like e-list-template, e-list-wrapper, e-list-avatar, and e-list-multi-line. The project contains code snippets to show the list header and customize it using the headerTemplate property. It also contains codes to enable the group header and customize the group title using the groupTemplate property.
Documentation: https://ej2.syncfusion.com/angular/documentation/listview/customizing-templates/
Online examples: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/listview/call-history
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-customize-the-angular-listview-using-templates
repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install
command and run your project using the ng serve
command.