@alexfriesen/ngx-mat-timepicker
Version:
ngx-mat-timepicker is an Angular material 17+ extension to add time pickers!
5 lines (4 loc) • 334 B
TypeScript
import { InjectionToken, Provider } from '@angular/core';
import { NgxMatTimepickerConfig } from '../models/ngx-mat-timepicker-config.interface';
export declare const NGX_MAT_TIMEPICKER_CONFIG: InjectionToken<NgxMatTimepickerConfig>;
export declare function provideNgxMatTimepickerOptions(config: NgxMatTimepickerConfig): Provider[];