UNPKG

@pepperi/lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.

12 lines (11 loc) 496 B
import * as i0 from "@angular/core"; export declare class UtilitiesService { constructor(); parseDate(dateStr: string, showTime?: boolean): any; stringifyDate(date: Date, showTime?: boolean): string; stringifyDateWithOffset(date: Date, showTime?: boolean): string; isValueHtml(value: string): boolean; isJsonString(str: string): boolean; static ɵfac: i0.ɵɵFactoryDef<UtilitiesService, never>; static ɵprov: i0.ɵɵInjectableDef<UtilitiesService>; }