@aliparlakci/ngpoint

1.2.1 • Public • Published

ngpoint

A carousel for HTML content

npm install ngpoint

Usage

Import ngpoint in your .module.js and add it to dependencies.

import ngPoint from 'ngpoint';

angular.module('app', [ngPoint]);

Then, use it in your template as such: s

<slide-deck>
    <slide>
        <img src="path-to-image" />
    </slide>
    <slide>
        <img src="path-to-image" />
    </slide>
    <slide>
        <img src="path-to-image" />
    </slide>
</slide-deck>

Readme

Keywords

Package Sidebar

Install

npm i @aliparlakci/ngpoint

Weekly Downloads

2

Version

1.2.1

License

MIT

Unpacked Size

13.5 kB

Total Files

13

Last publish

Collaborators

  • aliparlakci