MartinMilata

Results 3 issues of MartinMilata

https://angular-slider.github.io/ngx-slider/demos#selection-bar-from-value-slider use these values: export class AppComponent { value: number = 0; options: Options = { floor: -10.1, ceil: 10.1, step: 0.1 }; } ![image](https://user-images.githubusercontent.com/79250857/160347461-3c736c78-5dcb-4199-b829-2675fb98e7f2.png)

Create button and event where you will set the values for example: 17.5.2025 5h UTC var a = new Date("2025-05-17T05:00:00.000Z"); this.selected = { startDate: dayjs(a), endDate: dayjs(a), } console.log('selected startDate',...

Good morning, my swagger json is without operationId.. (I cannot change it, it is from external company).. It looks this way: And method generated by openapitool looks this way: backEndAdministrationGetTenantRolesAndGroupsPost....

Announcement