Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
41 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
  • 277
0 votes
0 answers
28 views

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" [(...
Paras Panchal's user avatar
0 votes
1 answer
30 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
38 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
144 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
426 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
78 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
138 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
312 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
55 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
49 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
102 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
458 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
85 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
310