UNPKG

ngx-bootstrap-datetime-picker

Version:

A small Angular 4 plugin for datetime selection.

16 lines (11 loc) 206 B
/** * Created by Linh Nguyen on 6/9/2017. */ export class NgxRange<T>{ //#region Properties // Minimum value. public from: T; // Maximum value. public to: T; //#endregion }