4,634 questions
-4
votes
1
answer
75
views
How to do tooltip info message in angularjs
I am trying to show the info message when we click the button. But it is not working in AngularJS.
When I click the button nothing will happening. I am not getting any error, but it is not working.
...
2
votes
1
answer
62
views
How to prevent Ngb Popover from closing
I implemented a NgbPopover like this:
<ng-template #themepopover>
<!-- popover content -->
</ng-template>
<button class="btn" [ngbPopover]="themepopover" container="body" ...
0
votes
1
answer
36
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
40
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
153
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
436
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
80
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
145
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
328
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
57
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
52
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
107
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
475
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
1k
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
90
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&...