This package has been deprecated

Author message:

moved to https://github.com/dudipsh/nativescript-ngx-date-range

nativescript-ui-date-range
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Nativescript ui date range

Date Range plugin for angular support only for Android!

nativesceipt date range

Installation

npm i nativescript-ui-date-range --save

Usage

app.module

import {DateRangeComponent, DateRangeModule} from "nativescript-date-range/angular";
 imports[
       ....
        DateRangeModule
    ]

home.component.html

<date-range-component>
</date-range-component>

API

@ViewChild('dr', {static: false}) drany;
 
this.dr.showOnlyFutureDates()void
this.dr.showLastYear()void
this.dr.selectedDate()=> {startDate, endDate}
 

License

Apache License Version 2.0, January 2004

Package Sidebar

Install

npm i nativescript-ui-date-range

Weekly Downloads

0

Version

2.0.2

License

Apache-2.0

Unpacked Size

16.9 MB

Total Files

919

Last publish

Collaborators

  • dudipsh