0.1.12 • Published 7 years ago

angular2carousel v0.1.12

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Angular2Carousel

Overview

The Angular 2 carousel library

Description

The project focus is simple and beautiful user interface carousel for built on Angular web systems.

Demo

GIF

Requirement

  • Angular 2

Usage

module.ts

import {Angular2CarouselModule} from 'angular2carousel';

imports: [
  Angular2CarouselModule
]

component.ts

images = [
  {
    img: './assets/img/knhyaki.png',
    caption: 'KNH Yaki'
  },
  {
    img: './assets/img/1000trilliondollar.png',
    caption: '5000 trillion dollars'
  }
];

component.html

<ng2-carousel [images]="images"></ng2-carousel>

Install

npm

npm install angular2carousel

yarn

yarn add angular2carousel

Licence

MIT

Author

knh8205

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago