A slideshow component for cycling through elements—images or slides of text—like a carousel.
Click here for demo
All public npm packages of Logo Software is at https://www.npmjs.com/~logofe.
To install Carousel Module:
``bash`
$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/carousel -s
Just import it to your project of @NgModule import section.
`typescript`
@NgModule({
imports: [CommonModule, CarouselModule],
})
export class AppModule {
}
The carousel is a slideshow for cycling through a series of content,
built with CSS transforms and a bit of JavaScript. It works with a series of images,
text, or custom markup. It also includes support for previous/next controls and indicators.
`html``
For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview