MartinMilata
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 }; } 
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....