/** * @description : * @author : Marat * @group : * @created : 14/06/2021 - 10:23:34 * * MODIFICATION LOG * - Version : 1.0.0 * - Date : 14/06/2021 * - Author : Marat * - Modification : **/ import { OnInit, EventEmitter } from "@angular/core"; import { HttpClient } from "@angular/common/http"; import { DateService } from "./../../services/date.service"; import { ClipboardService } from "ngx-clipboard"; import { NotificationsService } from "../../services/notifications.service"; import * as i0 from "@angular/core"; export declare class DateValueComponent implements OnInit { private http; private dateService; private clipboardService; private notificationsService; onClose: EventEmitter; dateValueUrl: string; dateFormat: string; constructor(http: HttpClient, dateService: DateService, clipboardService: ClipboardService, notificationsService: NotificationsService); dateValueResult: string; selectedDate: Date; error: string; isLoading: boolean; ngOnInit(): void; cancel(): void; getDateValue(): void; updateDate(): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=date-value.component.d.ts.map