systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
12 lines (11 loc) • 506 B
TypeScript
import { I18nService } from 'systelab-translate';
import { TranslationHelper } from './translation-helper';
import * as i0 from "@angular/core";
export declare class NumberHelper {
private i18nService;
private translationHelper;
constructor(i18nService: I18nService, translationHelper: TranslationHelper);
getStringFromNumber(numberToString: number): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NumberHelper, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NumberHelper>;
}