@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
15 lines (14 loc) • 767 B
TypeScript
import { OnInit } from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import { UntypedFormControl } from '@angular/forms';
import { PghHoursRangeDialogRes } from '../models';
import * as i0 from "@angular/core";
export declare class PghHourRangePickerDialogComponent implements OnInit {
private matDialogRef;
hourRange: UntypedFormControl;
constructor(matDialogRef: MatDialogRef<PghHourRangePickerDialogComponent, PghHoursRangeDialogRes>);
ngOnInit(): void;
submit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PghHourRangePickerDialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PghHourRangePickerDialogComponent, "pgh-hour-range-picker-dialog", never, {}, {}, never, never, false, never>;
}