UNPKG

975 BSource Map (JSON)View Raw
1{"version":3,"file":"slide.component.d.ts","sources":["slide.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnDestroy, OnInit } from '@angular/core';\nimport { CarouselComponent } from './carousel.component';\nexport declare class SlideComponent implements OnInit, OnDestroy {\n /** Is current slide active */\n active: boolean;\n itemWidth: string;\n order: number;\n isAnimated: boolean;\n /** Wraps element by appropriate CSS classes */\n addClass: boolean;\n /** Link to Parent(container-collection) component */\n protected carousel: CarouselComponent;\n constructor(carousel: CarouselComponent);\n /** Fires changes in container collection after adding a new slide instance */\n ngOnInit(): void;\n /** Fires changes in container collection after removing of this slide instance */\n ngOnDestroy(): void;\n}\n"]}
\No newline at end of file