Angular nepali datepicker library with no dependencies
npm install nepali-datepicker-angularAngular library with no dependency.
Datepicker with both AD and BS feature.
See Demo and Documentation for more information.
``script`
npm i nepali-datepicker-angular
angular version 12 or above.
On app.module.ts
`Typescript
import { NepaliDatepickerModule } from 'nepali-datepicker-angular';
@NgModule({
declarations: [...],
imports: [..., NepaliDatepickerModule, ...],
providers: [...],
bootstrap: [...],
})
`
on component to use
`html``
Link to NPM package.