ng2-typing-carousel
v0.1.4
Published
Simple typing carousel directive for angular2.
Downloads
4
Maintainers
Readme
ng2-typing-carousel
Simple typing carousel directive for angular2.
Thanks: http://codepen.io/dissimulate/pen/BvpGr
Installation
To install this library, run:
$ npm install ng2-typing-carousel --save
Usage
import { TypingCarouselDirective } from 'ng2-typing-carousel';
@Component({
// ***
directives: [TypingCarouselDirective]
})
class AppComponent {
constructor() {
this.carousel = ['full-stack developer.','ui/ux designer.', 'blogger.'];
}
}
<span class="text-primary" [typingCarousel]=carousel></span>|
Development
To generate all *.js
, *.js.map
and *.d.ts
files:
$ npm run tsc
License
MIT © Denis Artyuhovich