This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

simpleloopedcarousel
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

Simple Looped Carousel Angular

Install

npm i simpleloopedcarousel --save

import module

/**
 * app.module.ts
 */
 import { NgModule } from '@angular/core';
 ...
 import {CarouselModule} from 'simpleloopedcarousel';
 ...
 imports: [
    ...
     CarouselModule
   ], 
 

use it

<nad-carousel [inputDelay]="10"  [inputDataPhoto]="photoArray" ></nad-carousel>
Option Value
inputDelay in second
inputDataPhoto urls array [ ]*

*exemple:

let photoArray = [
 'http://imagizer.imageshack.com/v2/285x280q90/c/r/537/bKIprm.jpg',
           'http://imagizer.imageshack.com/v2/640x473q90/r/912/LRvTD5.jpg',
           'http://imagizer.imageshack.com/v2/260x260q90/c/r/673/giBvkP.jpg'
 ]

DEMO

Package Sidebar

Install

npm i simpleloopedcarousel

Weekly Downloads

1

Version

0.2.3

License

none

Unpacked Size

212 kB

Total Files

26

Last publish

Collaborators

  • nadjem