statistic-number.component.d.ts 826 B

12345678910111213141516
  1. import { OnChanges, TemplateRef } from '@angular/core';
  2. import { NzStatisticValueType } from './typings';
  3. import * as i0 from "@angular/core";
  4. export declare class NzStatisticNumberComponent implements OnChanges {
  5. nzValue?: NzStatisticValueType;
  6. nzValueTemplate?: TemplateRef<{
  7. $implicit: NzStatisticValueType;
  8. }>;
  9. displayInt: string;
  10. displayDecimal: string;
  11. private locale_id;
  12. ngOnChanges(): void;
  13. private formatNumber;
  14. static ɵfac: i0.ɵɵFactoryDeclaration<NzStatisticNumberComponent, never>;
  15. static ɵcmp: i0.ɵɵComponentDeclaration<NzStatisticNumberComponent, "nz-statistic-number", ["nzStatisticNumber"], { "nzValue": { "alias": "nzValue"; "required": false; }; "nzValueTemplate": { "alias": "nzValueTemplate"; "required": false; }; }, {}, never, never, true, never>;
  16. }