UNPKG

revel-mat-daterange-picker-up2

Version:

[![CircleCI](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker.svg?style=shield)](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker) [![Maintainability](https://api.codeclimate.com/v1/badges/2b0d09a866f6d2ed139c/maintainability)](https

17 lines (16 loc) 620 B
import { InjectionToken } from '@angular/core'; import { Range } from '../model/model'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare const DATE: InjectionToken<Date>; export declare class RangeStoreService { private _fromDate; private _toDate; rangeUpdate$: Subject<Range>; constructor(_fromDate: Date, _toDate: Date); get fromDate(): Date; get toDate(): Date; updateRange(fromDate?: Date, toDate?: Date): void; static ɵfac: i0.ɵɵFactoryDeclaration<RangeStoreService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RangeStoreService>; }