UNPKG

ng-mat-carousel

Version:

Carousel component for Angular using Material Design.

10 lines (9 loc) 232 B
import { SafeStyle } from '@angular/platform-browser'; export interface MatCarouselSlide { image: SafeStyle; overlayColor: string; hideOverlay: boolean; disabled: boolean; load: boolean; ariaLabel: string; }