Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
75 views

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. ...
Power All's user avatar
2 votes
1 answer
62 views

I implemented a NgbPopover like this: <ng-template #themepopover> <!-- popover content --> </ng-template> <button class="btn" [ngbPopover]="themepopover" container="body" ...
Zonko's user avatar
  • 279
0 votes
1 answer
36 views

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-...
Pixilated_One's user avatar
0 votes
1 answer
40 views

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: $...
pesho hristov's user avatar
1 vote
1 answer
153 views

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'...
Suikei's user avatar
  • 23
0 votes
1 answer
436 views

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 ...
Lovitha's user avatar
  • 37
-1 votes
1 answer
80 views

<div class="form-group" className=''> <input type="password" class="form-control" className={loginStyle.passwordDiv} id="...
Rocko's user avatar
  • 47
2 votes
2 answers
145 views

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 ...
Pirip's user avatar
  • 21
0 votes
2 answers
328 views

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 ...
BP_Kaushik Shukla's user avatar
1 vote
1 answer
57 views

<div class="row" style="margin-bottom: 0.1cm"> <div class="col-xs-4"> Fuel temp probe cap: ...
Forward_opinion8661's user avatar
1 vote
1 answer
52 views

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 { ...
Kirubha Kavi's user avatar
0 votes
1 answer
107 views

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 ...
Rima's user avatar
  • 460
3 votes
0 answers
475 views

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 ...
Alex Sparrow's user avatar
0 votes
3 answers
1k views

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&...
Shehzad Hussain's user avatar
1 vote
1 answer
90 views

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&...
Şahin Yakıcı's user avatar

15 30 50 per page
1
2 3 4 5
309