Simple Nepali datepicker component for angular applications
npm install angular-nepali-datepickerbash
npm install angular-nepali-datepicker
`
Demo
https://sprajwal078.github.io/angular-nepali-datepicker/
Note
This package uses @angular/cdk and
nepali-date
Usage
Import the NpDatepickerModule in your app.module.ts
`js
import { NpDatepickerModule } from 'angular-nepali-datepicker';
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
NpDatepickerModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
`
then use in your template
`html
`
$3
The supported date format is dd-mm-yyyy`