Skip to content

zaqqaz/ng2-typing-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

📝 Simple typing carousel directive for angular2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published