UNPKG

iptdevs-design-system

Version:

Library common elements into IPT Plattform.

17 lines (16 loc) 577 B
import * as i0 from "@angular/core"; export interface CalculateQuotesParams { date: Date; quotaValues: number; quotaTimes: any; totalPrice: any; } export declare class CalculateQuotesService { monthsDays: number[]; constructor(); calculateQuotes(params: CalculateQuotesParams): any[]; setPlusOneMonth(originDate: Date, isEndMonth: boolean): Date[]; getStringDate(originDate: Date): string; static ɵfac: i0.ɵɵFactoryDeclaration<CalculateQuotesService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CalculateQuotesService>; }