0.1.4 • Published 8 years ago

ng2-typing-carousel v0.1.4

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

ng2-typing-carousel

Simple typing carousel directive for angular2.

directive

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