965 questions
0
votes
0
answers
83
views
ngx-bootstrap bs-daterangepicker-inline jumps back to the first month when selecting across months
I'm using the ngx-bootstrap component in Angular with displayMonths: 2 for desktop and displayMonths: 1 for mobile.
The issue:
I select a date range across two months (e.g., December 28 → January 3).
...
2
votes
1
answer
211
views
ngx-bootstrap date picker with time (24-Hour Time)
How to set ngx-bootstrap bsDatepicker withTimepicker to use 24-hour format (disable showMeridian)?
I'm using ngx-bootstrap's <input bsDatepicker> with the withTimepicker: true option. It shows ...
0
votes
2
answers
88
views
Datepicker: 'readonly' attribute doesn't work with bsDatepicker
The link below provides the issue's specifics and an example.
This problem has been there since ngxbootstrap version 12.
Date picker Example
I tried marking it as readonly using property binding and a ...
0
votes
2
answers
469
views
Angular compilation initialization failed Cannot resolve type entity i1.FocusTrapModule to symbol at reflectTypeEntityToDeclaration
When I try ng build, I get the following error:
X [ERROR] Angular compilation initialization failed. [plugin angular-compiler]
Error: Cannot resolve type entity i1.FocusTrapModule to symbol
at ...
0
votes
0
answers
33
views
Rxjs subject /behaviour subject emits thrice same value
I m fetching data from api and storing it in rxjs behaviour subject and dataloaded is set/emit to true. On click of button modal opens only once but when I used with tabset ngx-bootstrap modal is ...
0
votes
0
answers
153
views
How do I get ngx-bootstrap typeahead working with Angular 19?
I am trying to get a simple ngx-bootstrap typeahead working with Angular 19. I have a stackblitz at https://stackblitz.com/edit/stackblitz-starters-hsbfkmjx?file=package.json.
I have also tried the ...
0
votes
1
answer
68
views
ngx-bootstrap modal onhide callback never executes
somewhat of an Angular newbie here -- so please be gentle. I am using Angular 16 and the Angular Bootstrap library. I'd like to create a modal to manage users for the application -- I get the user ...
0
votes
0
answers
59
views
Ngx-Pagination not navigating and got disabled
Using Angular, I am consuming an API from ASP.NET Core Web API, I have this endpoint that performs Query Filter, ngx-Pagination, ngx-datepicker, and Sorting.
It can perform
Search Query,
Search Query ...
2
votes
1
answer
754
views
ngx-bootstrap doesn't support moduleless approach
I just tried installing ngx-bootstrap into an Angular 19 project which has standalone components by default:
E:\Code\angular-app>ng add ngx-bootstrap
✔ Determining Package Manager
› Using package ...
1
vote
1
answer
168
views
Ngx-Bootstrap Popover Problem Doesn't Appear on Top of Other Elements
I am trying to add a popover to a Ngx-bootstrap input form. I want the popover to appear over the top of the input fields below the input field the popover explains. When I click on the input field, ...
0
votes
1
answer
79
views
Angular - ngx-datepicker validation not working as expected
In Angular-15 application, I am using ngx-datepicker of ngx-bootstrap
Currently I have this:
StartDate and EndDate it enables the current date back to the last one year, then the rest disabled
...
0
votes
1
answer
93
views
Reduce size of BsDatePicker
Is there anyway to reduce the size (height and width) of BsDatePicker?
https://valor-software.com/ngx-bootstrap/#/components/datepicker?tab=overview
I checked config properties but can't find one.
2
votes
1
answer
443
views
Dependency Conflict with ngx-bootstrap and @formio/angular After Upgrading to Angular 16
I am working on an Angular project that I recently upgraded from Angular 15 to Angular 16. After the upgrade, I am facing several dependency conflicts with ngx-bootstrap and @formio/angular packages. ...
1
vote
0
answers
124
views
Updating to latest version of ngx-bootstrap
I have an Angular project that uses Bootstrap 3.4.1. I can't update it to 4 or 5 since it will break all the styles.
I'm also using ngx-bootstrap in the project. After updating to Angualr 17, I can't ...
0
votes
1
answer
94
views
How to display full text on hover in ngx-select when option text is too long?
I am using Angular 7 and have an ngx-select dropdown where the options are retrieved from a database. The code is as follows:
<div class="col-lg-6">
<ngx-select class="form-...