4,645 questions
0
votes
0
answers
26
views
Text are not working for NgbActiveModal For Angular
I am using NgbActiveModal to openmodal however modal popup is getting open but I am unable to select nor enter something in text area of that popup modal
//html
<textarea rows="3" [(...
0
votes
1
answer
18
views
Angular & ng-bootstrap - UI Questions
I am a UI design engineer and my team has decided to build out our site using Angular. Bootstrap is the preferred UI framework and this is our first endeavor into Angular. I am seeing that ng-...
0
votes
1
answer
26
views
How can I pass a custom property to `$modal` from `angular-ui-bootstrap`
On two occasions I will have to open a modal like this:
$modal.open({
templateUrl: "components/prize-info/prize-info.html",
windowClass: "prize-info",
scope: $...
1
vote
1
answer
97
views
Angular Listview and Gridview
I would like to implement Listview and Gridview using Angular. Their features must include the following
paging
sorting
filtering
searching
The Gridview should also support Nested Gridview.
What'...
0
votes
1
answer
374
views
After upgrade to angular 17 bsdatepicker input [readonly property not working
I upgraded my project to angular 17 after that already working bootstrap date picker ready only propert is not working when inspect readonly propery is not showing .but in htm it is set as readonly as ...
-1
votes
1
answer
67
views
How to use Classname in react to give Bootstrap class and CSS file style in same "Classname" field
<div class="form-group" className=''>
<input type="password" class="form-control" className={loginStyle.passwordDiv}
id="...
2
votes
2
answers
118
views
Angular 9 - Checkbox value updates inside component but does not get checked in the UI
After upgrading my project from Angular 8 to 9 I've encountered some problems in the UI. The one that I seem not to figure out is the fact that checkboxes are not getting 'checked' when their value is ...
0
votes
2
answers
267
views
Upgrading angular from v15 to v16
I am upgrading my angular web-app from angular v15 to v16. The Ng-bootstrap used in angular v15 is ng-bootstrap v10, as per documents i have to upgrade my ng-bootstrap to v15 for angular v16. So my ...
1
vote
1
answer
45
views
space between my input bars, it just jumbos them all together which is something i dont want
<div class="row" style="margin-bottom: 0.1cm">
<div class="col-xs-4">
Fuel temp probe cap:
...
1
vote
1
answer
42
views
My html menu inside header tag is not properly hovering in angular, kindly guide me
Below is my CSS used in Angular application, menu is not hovering over all the controls in the angular component
css
nav {
background-color: #4D678D;
}
nav ul {
...
0
votes
1
answer
97
views
Angular API call keeps fetching every second
I inherited some Angular/ng-boostrap code that defined a table with static data that works fine. Now we need to fetch the data from an API call so I tried to modify it as below. I used the answer from ...
3
votes
0
answers
372
views
Accessibility Error in Axe DevTool: <ul> and <ol> must only directly contain <li>, <script>, or <template> elements with <uib-tabset> and <uib-tab>
I'm currently working on an AngularJS project using UI Bootstrap's <uib-tabset> and <uib-tab> components. In my implementation, I've noticed a potential accessibility issue flagged by the ...
0
votes
3
answers
928
views
Bootstrap modal not working in Angular application
I am trying to use a Bootstrap modal in an Angular application using classes in HTML, but it not working - its not showing as a modal
<div class="modal text-center" *ngIf="showmodal&...
1
vote
1
answer
74
views
Unable to get data from the form in Bootstrap 5 with Angular
Using Angular and Bootstrap 5, I have this HTML code of a form:
<div class="mb-3">
<label for="genreName"> Tür adı</label>
<div *ngIf="!enterTheGenre&...
0
votes
1
answer
61
views
Bootstrap CSS compatibility with ngTable
I am working on AngularJs application.
Versions -
AngularJS - 1.8.2
Bootstrap.css - 2.3.2
I am integrating ngTable in the application. The pagination css is not working for ngTable. When i use ...