Skip to main content

All Questions

1 vote
1 answer
48 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: ...
Forward_opinion8661's user avatar
3 votes
0 answers
376 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 ...
Alex Sparrow's user avatar
0 votes
3 answers
931 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&...
Shehzad Hussain's user avatar
0 votes
1 answer
58 views

Angular Datepicker are not work proper move on page scroll

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
146 views

In angular trying to open component A bootstrap modal from component C template they have not any parent-child relationship

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
2 answers
131 views

ng-bootstrap - passing data vs. component life-cycle

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
239 views

How to close a modal in JS which is opened by "data-target"?

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
705 views

ERROR NullInjectorError: R3InjectorError(AppModule)[NgbDropdown -> NgbDropdown -> NgbDropdown]: NullInjectorError: No provider for NgbDropdown

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
1 vote
1 answer
90 views

UI Bootstrap not working in combination with $sce.trustAsHtml()

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
114 views

Remove date from ToDate on selection of fromDate in ng-Bootstrap

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
2 votes
1 answer
2k views

The 'buildOptimizer' option cannot be used without 'aot'

when I try to run the "ng serve" command I get the follow error: [error] Error: The 'buildOptimizer' option cannot be used without 'aot'. at generateWebpackConfig (C:\Users\Acasa\0 SDA\0 ...
Marcel's user avatar
  • 21
0 votes
2 answers
1k views

Bootstrap Data-bs-toggle is not working in the currently version?

I notice that bootstrap 5.1.3 data-bs-toggle isn't working anymore. Like in this exemple: <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="...
Daniel Moore's user avatar
2 votes
0 answers
279 views

Customize ngb-progressbar, add label on top/bottom of the bar

Thank you for your help in advance. The image below is my desired result using [ngb-progressbar][1] Val1-val6 are array values that I want to use as label on top and bottom of the progress bar. Inside ...
Generaldeep's user avatar
2 votes
1 answer
530 views

Popover AngularJs still shows even after setting its trigger to none

The 'Thanks' pop-over when clicking the thumbs up for the first time appears, but it is still appearing the second time the thumbs up is clicked even after setting its trigger to 'none' Steps to ...
ricsierics's user avatar
0 votes
1 answer
319 views

Display xeditable editable form inside popup

Need to wrap the editable form inside a bootstrap uib-popover-template. Have tried the editable ui-bootstrap popover approach, but it is not working as expected. Plunker 1 --> https://plnkr.co/edit/...
Santosh's user avatar
  • 885

15 30 50 per page
1
2 3 4 5
85