angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

calender is not in the right place

Open guypeled1 opened this issue 1 year ago • 4 comments
trafficstars

Hi, i am using angular 17. for some reason the calender is not in the right place: https://prnt.sc/Qr9UNJxqLfHx this is a part from the ts:

  datePickerConfig:Object = {
    mode:"day"
  };


html:

 <dp-date-picker  [config]="datePickerConfig"></dp-date-picker>

how can i fix this?

guypeled1 avatar Aug 07 '24 11:08 guypeled1

Can you please share a stack litz?

vlio20 avatar Aug 07 '24 16:08 vlio20

for some reason it is not work for me in stackbliz at all

guypeled1 avatar Aug 08 '24 10:08 guypeled1

Please share a link to the stackblitz you created.

On Thu, Aug 8, 2024, 13:31 guypeled1 @.***> wrote:

for some reason it is not work for me in stackbliz at all

— Reply to this email directly, view it on GitHub https://github.com/vlio20/angular-datepicker/issues/647#issuecomment-2275488360, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCVBMJ2UCF6ENI5CPIO5K3ZQNCIFAVCNFSM6AAAAABMEFLAJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZVGQ4DQMZWGA . You are receiving this because you commented.Message ID: @.***>

vlio20 avatar Aug 08 '24 10:08 vlio20

https://stackblitz.com/edit/stackblitz-starters-jpq47w?file=src%2Fmain.ts

guypeled1 avatar Aug 13 '24 08:08 guypeled1

https://stackblitz.com/edit/stackblitz-starters-jpq47w?file=src%2Fmain.ts

You forget add <app-root></app-root> in index.html

MrHOY avatar Jan 17 '25 15:01 MrHOY