Socket
Socket
Sign inDemoInstall

ng2-typing-carousel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-typing-carousel - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

package.json
{
"name": "ng2-typing-carousel",
"version": "0.1.2",
"version": "0.1.3",
"scripts": {
"test": "tsc && karma start",
"prepublish": "tsc",

@@ -7,0 +6,0 @@ "tsc": "tsc"

# ng2-typing-carousel
Simple typing carousel directive for angular2.
Simple typing carousel directive for angular2.
![directive](https://cloud.githubusercontent.com/assets/2823336/14065104/f7394ed0-f424-11e5-9778-e9f4d019e6b2.gif)
Thanks: http://codepen.io/dissimulate/pen/BvpGr
## Installation

@@ -12,2 +16,23 @@

## Usage
```JavaScript
import { TypingCarouselDirective } from 'ng2-typing-carousel';
@Component({
// ***
directives: [TypingCarouselDirective]
})
class AppComponent {
constructor() {
this.carousel = ['full-stack developer.','ui/ux designer.', 'blogger.'];
}
}
```
```HTML
<span class="text-primary" [typingCarousel]=carousel></span>|
```
## Development

@@ -14,0 +39,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc