FoCarouselComponent class

Annotations
  • @Component(selector: 'fo-carousel', styleUrls: ['fo_carousel_component.css'], templateUrl: 'fo_carousel_component.html', directives: [FoIconComponent, FoCarouselSlideComponent, NgIf, NgFor], changeDetection: ChangeDetectionStrategy.OnPush)

Constructors

FoCarouselComponent(ChangeDetectorRef _changeDetectorRef)

Properties

animateSlides bool
getter/setter pair
arrowsBelow bool
getter/setter pair
disabled bool
getter/setter pair
dragOffset double
getter/setter pair
duration int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loop bool
getter/setter pair
materialIcons bool
getter/setter pair
nextIcon String
getter/setter pair
prevIcon String
getter/setter pair
prevX int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showArrowButtons bool
getter/setter pair
slides List<FoCarouselSlideComponent>
getter/setter pair
step int
getter/setter pair
stepOutput Stream<int>
no setter
timer Timer?
getter/setter pair
transform String
no setter

Methods

ngOnDestroy() → void
Executed before the directive is removed from the DOM and destroyed.
ngOnInit() → void
Executed after the first change detection run for a directive.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onButtonChange(int slideNo, bool flag) → void
onTouchEnd(TouchEvent event) → void
onTouchMove(TouchEvent event) → void
stepBy(int steps) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited