UNPKG

@candidosales/material-time-picker

Version:
18 lines (17 loc) 663 B
import { ITime } from '../w-clock/w-clock.component'; import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class WTimeDialogComponent { private dialogRef; data: any; userTime: ITime; color: string; private VIEW_HOURS; private VIEW_MINUTES; private currentView; constructor(dialogRef: MatDialogRef<WTimeDialogComponent>, data: any); revert(): void; submit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<WTimeDialogComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WTimeDialogComponent, "ng-component", never, {}, {}, never, never, true, never>; }