1.2.0 • Published 6 years ago
ng-typed v1.2.0
Angular 6 Ng Typed animation Directive
Installation
ng-typed
is available via npm
Using npm:
$ npm install ng-typed --save
- Import NgTypedModule to your AppModule
import { NgModule } from '@angular/core'
import { BrowserModule } from '@angular/platform-browser'
import { AppComponent } from './app.component';
import { NgTypedModule } from 'ng-typed'
@NgModule({
imports: [
BrowserModule,
NgTypedModule
],
declarations: [
AppComponent
],
bootstrap: [AppComponent]
})
export class AppModule {}
- Use it in your template
<span [ng-typed]="{speed: 40, timeout: 1000}"></span>
Demo
@Input("ng-typed")
- speed
- timeout
- hideCursorOnComplete
- hideCursorOnStart
- text
- cursor (default: '|')
@Output("complete")
Creator
Vladimir Antin
1.2.0
6 years ago
1.1.1-beta3
6 years ago
1.1.1-beta2
6 years ago
1.1.1-beta1
6 years ago
1.1.1-alpha2
6 years ago
1.1.1-alpha
6 years ago
1.1.1-beta
6 years ago
1.1.0
6 years ago
1.0.5-beta
6 years ago
1.0.5
6 years ago
1.0.3
6 years ago
0.0.2
6 years ago
1.0.2-rc-1
7 years ago
1.0.2
7 years ago
1.0.2-beta-0
7 years ago
1.0.2-rc
7 years ago
1.0.1-rc
7 years ago
1.0.1
7 years ago
1.0.0-rc-2
7 years ago
1.0.0-rc-1
7 years ago
1.0.0
7 years ago