1.0.4 • Published 4 years ago
ng-typing-animation v1.0.4
TypingAnimation
Install
Install npm:
npm install --save-dev ng-typing-animationInstall yarn
yarn add ng-typing-animation -DImport in your module
import { TypingAnimationModule } from 'ng-typing-animation';
@NgModule({
imports: [
TypingAnimationModule
]
})Usage
<typing-animation
text="The text comes here!!!"
class="yourStyle"
textColor="colorText"
[cursor]="booleanValue"
></typing-animation>text - your text
textColor - color text and color cursor blink
cursor - boolean value to show or not cursor| inputs | types |
|---|---|
| text | string |
| textColor | string |
| cursor | boolean |