1.0.10 • Published 8 months ago

np-datepicker-angular v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
8 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

8 months ago

1.0.9

8 months ago

1.0.2

1 year ago

1.0.8

12 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago