@pepperi/ngx-lib
Version:
Pepperi Angular Components and Services
12 lines (11 loc) • 496 B
TypeScript
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>;
}