@jcbautistam/custom-table
Version:
Librería de tabla reutilizable con acciones, filtros, exportación y más.
17 lines (16 loc) • 739 B
TypeScript
import { ElementRef, Renderer2, OnInit } from '@angular/core';
import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class DateTimeFormatDirective implements OnInit {
private el;
private control;
private renderer;
format?: string;
constructor(el: ElementRef, control: NgControl, renderer: Renderer2);
onDateChange(): void;
ngOnInit(): void;
onInput(value: string): void;
formatDate(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeFormatDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DateTimeFormatDirective, "[dateFormat]", never, { "format": { "alias": "dateFormat"; "required": false; }; }, {}, never, never, false, never>;
}