UNPKG

@omnedia/ngx-cryptic-text

Version:

A simple component library to animate text.

14 lines (13 loc) 717 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxCrypticTextComponent implements OnInit { styleClass?: string; set textInput(text: string); text: string; templateText: string; animationSpeed: number; ngOnInit(): void; generateText(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgxCrypticTextComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgxCrypticTextComponent, "om-cryptic-text", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "textInput": { "alias": "text"; "required": false; }; "animationSpeed": { "alias": "animationSpeed"; "required": false; }; }, {}, never, never, true, never>; }