2.0.2 • Published 5 years ago

nativescript-ui-date-range v2.0.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 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

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago