Example of Templates in Angular Carousel Component

This sample demonstrates the customization of the Angular Carousel component using various templates.

Description

In this demo, the Angular Carousel component is customized by using the templates. The navigators are customized using previousButtonTemplate and nextButtonTemplate. The indicators are customized using indicatorsTemplate. The carousel item is customized using template option.

More information about customizing Angular Carousel component can be found in this documentation section.