{"version":3,"file":"carousel-config.d.ts","sources":["carousel-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["/**\r\n * A configuration service for the [NgbCarousel](#/components/carousel/api#NgbCarousel) component.\r\n *\r\n * You can inject this service, typically in your root component, and customize its properties\r\n * to provide default values for all carousels used in the application.\r\n */\r\nexport declare class NgbCarouselConfig {\r\n    interval: number;\r\n    wrap: boolean;\r\n    keyboard: boolean;\r\n    pauseOnHover: boolean;\r\n    showNavigationArrows: boolean;\r\n    showNavigationIndicators: boolean;\r\n}\r\n"]}