ng2-widgets
Version:
Angular Widgets includes a variety of components that you can easily use in your applications.
19 lines (18 loc) • 507 B
TypeScript
import { OnInit } from '@angular/core';
export declare class WidgetCurrencyComponent implements OnInit {
status: boolean;
currencyIcon: string;
currencyTitle: string;
currencyValue: number;
currencyPercent: number;
customClass: string;
bgColor: string;
textColor: string;
iconBgColor: string;
iconColor: string;
currencyTitleColor: string;
borderBottomWidth: string;
borderBottomColor: string;
constructor();
ngOnInit(): void;
}