UNPKG

ng-jalali-date-time

Version:

Jalali date / month / range picker for Angular with Material Design support

8 lines (7 loc) 333 B
import { PipeTransform } from '@angular/core'; import { NgJalaliDateTimeService } from '../ng-jalali-date-time.service'; export declare class NgJalaliFullPipe implements PipeTransform { private readonly service; constructor(service: NgJalaliDateTimeService); transform(value: string | number, format?: string): string; }