Skip to main content
Filter by
Sorted by
Tagged with
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
31 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
0 votes
1 answer
415 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
2 votes
2 answers
130 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
1 vote
1 answer
48 views

<div class="row" style="margin-bottom: 0.1cm"> <div class="col-xs-4"> Fuel temp probe cap: ...
Forward_opinion8661's user avatar
0 votes
1 answer
101 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
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
0 votes
1 answer
67 views

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 ...
Pinki Sharma's user avatar
0 votes
0 answers
158 views

I'm using angular v14 with bootstrap 4 and rest api.I have 3 components,component A its parent component in it i've navbar with button to open the bootstrap modal under it is modal.Inside modal body i'...
Junior Dev's user avatar
0 votes
1 answer
114 views

I have date picker plugin in my packages, when I implement, I am able to see the calender. How can I see the calender . This is what I have tried <input type=&...
Abhilash Anand's user avatar
0 votes
1 answer
412 views

I need help with building this angular project. I get these errors as soon as I start debugging: Error: Schema validation failed with the following errors: Data path "/styles/0" must be ...
Banick's user avatar
  • 45
0 votes
0 answers
31 views

I am coding an angular project and am using bootstrap 5. I am having an issue with card-img-top, as for every image the user uploads that is a different resolution, the image height is different. I ...
mmajic's user avatar
  • 1
0 votes
1 answer
529 views

I have a table and I want to add the sort option to all table headers, so I used the bootstrap exemple for my purpose. The only problem in this example is the position of the arrow which is on the ...
Mohamed Jihed Jaouadi's user avatar
0 votes
2 answers
725 views

I have the following code in an HTML component.I have applied bootstrap for loading prebuilt components like buttons. Its aligning very weirdly, I'm not the strongest guy at HTML alignment more of a ...
the.lotuseater's user avatar
0 votes
1 answer
108 views

I am having a problem with the frontend of my page when I try to inline the label and the link of the mother and father elements. I tried using the following code: <div class="row"> &...
Nikola's user avatar
  • 3
0 votes
1 answer
144 views

I am using ng-bootstrap datepicker to display calender in my app inline calendar, the calendar does not display a curent day icon like this. Any idea for this? I tried with so many times but I was ...
Oshadha Punchihewa's user avatar
1 vote
1 answer
760 views

I'm very new to angular as i'm leaning it right now in a intnership. However, i would like to learn how to correctly set a dynamic dropdown in ngBootstap as i'm getting the following error: Error Here'...
marcom966's user avatar
2 votes
1 answer
845 views

I have an Angular project with Bootstrap for styling. I want to make a menu bar with a dropdown icon when the screen is too small to show al the menu items. When the screen is large, all the menu ...
Olivier De Brabant's user avatar
1 vote
1 answer
91 views

I am using angularJs (v1.4.7) and ui.bootstrap in combination with html code that I am getting with REST API. The problem is: if I get html with ui.bootstrap directives inside, it is not displayed ...
akrelj's user avatar
  • 163
0 votes
1 answer
137 views

I want to clear date from toDate while selecting date from fromDate in ng-bootstrap. <form class="row row-cols-sm-auto" *ngIf="showDateRangeImp"> <div class="col-...
Supriya Kumari's user avatar
-1 votes
1 answer
2k views

I am trying to understand how angular calculates how the elements are rendered in the dom. more specifically, how row and column work I added some examples below with what i was expecting to see but i ...
user avatar
1 vote
0 answers
82 views

how i can style pager in angular inside TS file or HTML file without scss with this code <div class="d-flex justify-content-center" *ngIf="totalCount && totalCount > 0&...
ayoub code's user avatar
0 votes
1 answer
707 views

I'm having trouble to display a model with details for different elements. Overall, I have a group of cards which contains different information data. The goal is: when I click on the button to ...
KimiH's user avatar
  • 39
2 votes
2 answers
1k views

I have an issue with the Angular 14 which is not updating the view when querying data. I want to show a loading spinner in my HTML when data are being loaded from the server. I am using ngbTypeahead ...
Petr Jelínek's user avatar
-3 votes
2 answers
392 views

How Do I filter data by using a drop down menu in angular? I have no idea on how to start this. I am using HTTPGet to get my data from a backend API and I need to filter my data by 1 month/2months/...
Andrelle John Nantes's user avatar

1
2 3 4 5
93