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
29 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
142 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
422 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
136 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
304 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
48 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
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
3 votes
0 answers
450 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
84 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
0 votes
1 answer
74 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
1 answer
66 views

Html code <div class="col-5 col-md-3 px-0 daterange-picker"> <div class="form-group"> <div class="input-group"> ...
Dhruvil Patel's user avatar
0 votes
0 answers
162 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
0 answers
50 views

I'm using Angular v.14 and rest api,i have bootstrap modal in navbar component its trigger button is in navbar and it's rest part is under the navbar and its modal body content is in post-product ...
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
2 answers
141 views

I've seen many, many examples on how to pass data to a modal - const modalRef = this.modalService.open(NgbdModalContent); modalRef.componentInstance.data = 'World';` And then intercepting it in ...
Spencer Gresoro's user avatar
0 votes
1 answer
413 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
1 answer
116 views

Not able to load Bootstrap to one of component in new Angular 13 Project. angular.json file has below lines already added: "styles": [ "src/styles.css", ...
Smriti Bhawana's user avatar
0 votes
0 answers
35 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
1 vote
0 answers
48 views

I am trying to implement a carousel that displays cards. The cards are displayed one below the other instead of inside of an carousel. I used this approach of implementation: <ngb-carousel *ngIf=&...
Andrei-Iulian Cristea's user avatar
0 votes
1 answer
536 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
1 vote
1 answer
674 views

I am working on an Angular app, for which I need an accordion. I attempted to install the ng-bootstrap package by running the command 'ng add @ng-bootstrap/ng-bootstrap', but every time I try running ...
Moataz Abdelraouf's user avatar
0 votes
2 answers
730 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
242 views

I am working on an Angular application in which I have a working fileservice that is displaying images and other information; now, I would like to display the images from that fileservice in the ...
DWA's user avatar
  • 523
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
244 views

I have a modal template in the same HTML file as controller. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modalDeleteItem"&...
Tomcat's user avatar
  • 21
0 votes
1 answer
151 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
0 votes
1 answer
53 views

How can I create a responsive breadcrumbs navigation that adapts to the width of the page and shows a few elements as a popmenu if the navigation is to long. I Have e.g. the following list: <div&...
Lowterm's user avatar
  • 101
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
1k views

I have set height:100% but its going beyond screen, how do I restrict height to not go beyond footer. Overflow scrollbars should not go beyond footer. If you check the scroll bar for #two , the lower ...
Lucifer's user avatar
  • 76
2 votes
1 answer
854 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
3 answers
773 views

Trying to run this in my Angular project ng add @ng-bootstrap/ng-bootstrap Get this error though and don't know how to fix npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: paxium-...
Dave Amour's user avatar
1 vote
1 answer
93 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
1 vote
2 answers
4k views

i want something like this Image form bootstrap but i get this instead Image on my localhost And this is my code: <input type="password" ...
hpinzon15's user avatar
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
0 votes
1 answer
56 views

I am trying to understand how to use the bootstrap code in angular but I can't get the columns to work. I want to display two columns next to one another but I can't get it to work. I was told to wrap ...
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
228 views

I am using the following line to display toastr success message. But there is one condition where this line is being hit but toastr is not getting displayed and it works when the page is refreshed. ...
sai kiran's user avatar
1 vote
0 answers
86 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
0 answers
124 views

I'm trying to use bootstrap select on the angular project. And seems that some components, that are working with this kind of function are not working at all. My package.json: ` "dependencies&...
Nazarii Muliak's user avatar
0 votes
1 answer
708 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
0 votes
2 answers
447 views

I would like to know if it is possible to completely take control of the style/css of a component that I'm using from ng-bootstrap? Here's my problem: I have this code... <ngb-datepicker #dp [(...
pIO's user avatar
  • 17
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
0 votes
2 answers
4k views

I am using angular version of @angular/cli": "~8.3.25 and ngx-bootstrap": "^5.3.2", and now I want to update my ngx-bootstrap version to ngx-bootstrap": "^8.0.0"...
Amit Maurya'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 vote
1 answer
302 views

<div class="row"> <div *ngFor="let column of columns"> <div class="col"> <div *ngFor="let cell of column&...
Александр's user avatar

1
2 3 4 5
93