2.1.3 • Published 4 years ago
ngx-np-datepicker v2.1.3
Angular Nepali Datepicker
A configurable Nepali Date Picker(Bikram Sambat) built for angular appilcations. Supports latest (Angular 13) version.
Demo
Click here to check demo.
Installation
npm install ngx-np-datepickerUsage
Import the NepaliDatepickerModule in your app.module.ts
import { NepaliDatepickerModule } from 'angular-nepali-datepicker';
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
NepaliDatepickerModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }then use <np-datepicker [(ngModel)]="nepaliDate"></np-datepicker> in your template
<np-datepicker></np-datepicker>Note
This package has no dependancy.
Format
The supported date format is dd-mm-yyyy
License
MIT License
1.2.0
4 years ago
1.0.0
4 years ago
1.5.2
4 years ago
1.5.1
4 years ago
1.3.3
4 years ago
1.2.4
4 years ago
1.3.2
4 years ago
1.2.3
4 years ago
1.4.0
4 years ago
1.3.1
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.0.3
4 years ago
2.1.2
4 years ago
2.0.3
4 years ago
0.0.1
4 years ago
2.1.1
4 years ago
2.0.2
4 years ago
2.1.3
4 years ago
2.1.0
4 years ago
2.0.1
4 years ago
1.0.1
4 years ago