1.3.0 • Published 4 years ago

ngpoint v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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>
1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago