@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
13 lines • 618 B
TypeScript
import { DatePipe } from '@c8y/ngx-components';
export declare class AbsoluteDateService {
private datePipe;
constructor(datePipe: DatePipe);
getFilter(): (value: any, format?: string, timezone?: string, locale?: string) => any;
}
export declare function absoluteDateServiceFactory(datePipe: DatePipe): (value: any, format?: string, timezone?: string, locale?: string) => any;
export declare const absoluteDateServiceProvider: {
provide: typeof AbsoluteDateService;
useFactory: typeof absoluteDateServiceFactory;
deps: (typeof DatePipe)[];
};
//# sourceMappingURL=absolute-date.service.d.ts.map