I want to set the ngbDatepicker to begin the week on Sunday instead of the default day Monday.
I am trying to use weekStartsOn="0" but it has no effect. This is my html code
<input ngbDatepicker #d="ngbDatepicker" class="form-control" [minDate]="minDate" [maxDate]="maxDate" [markDisabled]="isDisabled" weekStartsOn="0">