1.0.10 • Published 7 months ago

np-datepicker-angular v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

NepaliDatepickerAngular

Angular library with no dependency.

Datepicker with both AD and BS feature.

See Demo and Documentation for more information.

installation

npm i nepali-datepicker-angular

version support

angular version 12 or above.

usages

On app.module.ts

import { NepaliDatepickerModule } from 'nepali-datepicker-angular';


@NgModule({
  declarations: [...],
  imports: [..., NepaliDatepickerModule, ...],
  providers: [...],
  bootstrap: [...],
})

on component to use

<ne-datepicker [date]="date" dateIn="AD" (dateInBS)="updateNepaliDate($event)" (dateInAD)="updateEnglishDate($event)"> </ne-datepicker>

Link to NPM package.

1.0.10

7 months ago

1.0.9

7 months ago

1.0.2

11 months ago

1.0.8

10 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.1

1 year ago