UNPKG

@engie-group/ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

12 lines (11 loc) 564 B
import * as i0 from "@angular/core"; export declare class UtilsService { static copy<T>(objIn: T): T; static distinct(listIn: string[], prefix?: string, sortAsc?: boolean): string[]; static round(num: number, dec: number): number | null; static checkJSON(itemToCheck: string): boolean; static convertToValidNumOrNull(inputValue: any, isToFloor?: boolean): any; static hasProp(obj: any, key: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<UtilsService>; }