2.0.2 • Published 6 years ago

nativescript-ui-date-range v2.0.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

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}) dr: any;

this.dr.showOnlyFutureDates(): void
this.dr.showLastYear(): void
this.dr.selectedDate(): => {startDate, endDate}

License

Apache License Version 2.0, January 2004

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago