@webilix/ngx-helper-m3
Version:
Helper library for Angular and Material 3
21 lines (20 loc) • 1.06 kB
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxHelperProgressComponent implements OnChanges {
private className;
borderRadiusCSS: string;
backgroundColorCSS: string;
value: number | {
done: number;
total: number;
};
align: 'LR' | 'RL' | 'TB' | 'BT';
borderRadius: string;
progressColor: string;
backgroundColor?: string;
size: string;
direction: 'H' | 'V';
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperProgressComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxHelperProgressComponent, "ngx-helper-progress", never, { "value": { "alias": "value"; "required": true; }; "align": { "alias": "align"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "progressColor": { "alias": "progressColor"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, {}, never, ["*"], true, never>;
}