1.0.2 • Published 3 years ago

@zargooshifar/jalali-date-service v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

JalaliDateService

jalali date provider for nebular datepicker

install

npm i @zargooshifar/jalali-date-service

import and inject

import {JalaliDateService} from "@zargooshifar/jalali-date-service";


@NgModule({
....
  providers: [
    { provide: NB_TIME_PICKER_CONFIG, useValue: {} },
    { provide: NbDateService, useClass: JalaliDateService }],
 
})