Skip to content

Commit

Permalink
fix(adaptive-date): fix adaptive date positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Dec 19, 2024
1 parent 12195a6 commit 20936bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { NgIf, NgClass, NgSwitch, NgSwitchCase, NgFor, AsyncPipe } from '@angula

@Component({
selector: 'bs-datepicker-container',
providers: [],
providers: [BsDatepickerStore, BsDatepickerEffects, BsDatepickerActions],
templateUrl: './bs-datepicker-view.html',
host: {
class: 'bottom',
Expand Down

0 comments on commit 20936bb

Please sign in to comment.