UNPKG

ngx-cf-date-time-label

Version:

<img src="https://www.codzfun.com/assets/images/logo-icon.png" width="50" height="auto" alt="ng-textarea-enter icon"/>

11 lines (10 loc) 281 B
import { OnInit } from '@angular/core'; export declare class NgxCfDateTimeLabelComponent implements OnInit { format: string; val: string; timeZone: string; formattedValue: string; constructor(); ngOnInit(): void; getFormatedValue(): string; }