Giter Club home page Giter Club logo

ngx-carousel-ts's Introduction

ngx-carousel-ts

简介

ngx-carousel-ts —— 基于angular的图片轮播组件,小巧轻便,使用简单,配置方便,提供多属性设置灵活性高。

目前还在开发持续开发中

Demo

avatar

avatar

安装和下载

npm:

npm i ngx-carousel-ts

快速使用

1.步骤一:引入NgxCarouselTsModule。

import { NgxCarouselTsModule } from 'ngx-carousel-ts';

2.步骤二:在app.module里面声明NgxCarouselTsModule。

imports: [ NgxCarouselTsModule ]

3.步骤三:使用。

HTML如下:

<ngx-carousel [options]="options"></ngx-carousel>

Typescipte如下:

export class AppComponent {
    options = {
        data:['图片路径1','图片路径2'],
    };
}

注:图片路径可以是相对路径,也可以是绝对路径!

属性配置列表

参见使用文档https://mrfujianfei.github.io/ngx-carousel-ts.github.io/doc/use/

交流 & 提问

关于作者

作者:喜欢的话点个star吧,谢谢鼓励!

ngx-carousel-ts's People

Contributors

mrfujianfei avatar

Stargazers

CodeCan avatar 嗨,宁 avatar 姬野永远 avatar  avatar Jack avatar  avatar JonPing avatar Xin avatar lj-jiajun avatar Terry avatar  avatar tko avatar 幺风 avatar  avatar  avatar  avatar  avatar 李鑫 avatar Hardy avatar  avatar tangsh avatar  avatar

Watchers

James Cloos avatar Arthas Menethil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.