np-datepicker-angular
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i np-datepicker-angular

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

660 kB

Total Files

26

Last publish

Collaborators

  • sandipannofi