ngx-chiptan
Version:
Angular component to renders chiptan flicker code.
18 lines (17 loc) • 849 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxChiptanComponent implements OnInit {
code: string | undefined;
width: string;
height: string;
bgColor: string;
barColor: string;
private state;
private interval;
ngOnInit(): void;
startFlicker(): void;
stopFlicker(): void;
step(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxChiptanComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxChiptanComponent, "ngx-chiptan", never, { "code": { "alias": "code"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; "barColor": { "alias": "barColor"; "required": false; }; }, {}, never, never, false, never>;
}