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

12 lines (11 loc) 432 B
import { NgxDrpOptions } from '../model/model'; import * as i0 from "@angular/core"; export declare class ConfigStoreService { private _ngxDrpOptions; private defaultOptions; constructor(); get ngxDrpOptions(): NgxDrpOptions; set ngxDrpOptions(options: NgxDrpOptions); static ɵfac: i0.ɵɵFactoryDeclaration<ConfigStoreService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ConfigStoreService>; }