ngx-material-timepicker
Version:
Handy material design timepicker for angular
17 lines (16 loc) • 911 B
TypeScript
import { ApplicationRef, ComponentFactoryResolver, Injector, Type } from '@angular/core';
import { NgxMaterialTimepickerContainerComponent } from '../components/ngx-material-timepicker-container/ngx-material-timepicker-container.component';
import { TimepickerConfig } from '../models/timepicker-config.interface';
import * as i0 from "@angular/core";
export declare class DomService {
private cfr;
private appRef;
private injector;
private document;
private componentRef;
constructor(cfr: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector, document: any);
appendTimepickerToBody(timepicker: Type<NgxMaterialTimepickerContainerComponent>, config: TimepickerConfig): void;
destroyTimepicker(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DomService, [null, null, null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<DomService>;
}