ngx-bootstrap Questions
2
Solved
I am using angular 8 and ngx-boostrap to open modals and pass data from parent to modal. But not working as expected. What should I do to make it working?.. This my stackblitz demo and code
HTML
&l...
Papua asked 4/7, 2020 at 4:19
2
Solved
I started a personal project that using angular 17 in front-side and decided to use ngx-bootstrap. Ngx-bootstrap released a version([email protected]) compatible with angular 17. But I got an ...
Arkansas asked 17/1, 2024 at 22:16
6
Solved
Using ngx-bootstrap Datepicker in an Angular 4 application,
I know that normally you can specify the date format this way:
<input id="from" name="from"
bsDatepicker [(bsValue)]="myModel"
val...
Turgite asked 11/9, 2017 at 15:41
42
Solved
We want to use bootstrap 4 (4.0.0-alpha.2) in our app generated with angular-cli 1.0.0-beta.5 (w/ node v6.1.0).
After getting bootstrap and its dependencies with npm, our first approach consisted ...
Premiere asked 6/6, 2016 at 3:31
1
I'm writing an angular application using two libraries: ngx-bootstrap and ng-apexcharts. ApexCharts provides an angular component, called <apx-chart> that takes an input called tooltip of typ...
Potentiate asked 1/12, 2021 at 21:20
9
Solved
In my Angular 4 application I have some components with a form, like this:
export class MyComponent implements OnInit, FormComponent {
form: FormGroup;
ngOnInit() {
this.form = new FormGroup(...
Delilahdelimit asked 26/9, 2017 at 18:13
8
I'm trying to use ngx-bootstrap-modal to pass data from a modal service into a modal component. The examples show this:
this.modalService.show(ModalContentComponent, {initialState});
But it does...
Nijinsky asked 7/2, 2018 at 15:42
5
I'm trying to change the color of the datepicker and it is not working
Here is the ngx-bootstrap datepicker https://valor-software.com/ngx-bootstrap/#/datepicker
This is my html template
<div cl...
Chaney asked 17/1, 2018 at 18:39
3
I want to customize the ngx-bootstrap datepicker. I want to align left/right side of my input, but it doesn't work.
<div class="col-xs-12 col-12 col-md-4 form-group">
<input type="text"...
Essene asked 20/8, 2019 at 18:29
2
this is my template:
<ng-template #template>
<input #newimg type="file" class="col-md-10" (change)="fileChange($event)"/>
</ng-template>
I cant get reference to #newimg when ...
Saddlebow asked 22/11, 2017 at 7:10
5
Solved
recently I created a build of my Angular5 app in which I used ngx-bootstrap to show datepicker and modals. It was working very well before production, but after production, build seems like it lost...
Frond asked 17/4, 2018 at 15:40
3
I have changed some files present in node_modules folder. But when I build the application using ng build -op="app" --base -href="dist" --aot and when I deploy it to server I see the changes that I...
Jejune asked 8/5, 2018 at 18:21
2
Solved
I'm trying to build my project after upgrading my Angular version to v8,when I compiled my project I got following error,
1>Module not found : error : Can't resolve 'ngx-bootstrap' in 'C:\Users...
Jornada asked 16/6, 2020 at 8:23
4
I have been using ngx-bootstrap's datepicker to listen for an onchange event so that I could fetch data whenever the user changes the date from input.
Everything works fine except for the fact bs...
Wideangle asked 18/1, 2019 at 6:3
9
Solved
Trying to center this ngx-boostrap modal using CSS like this but it's not working:
.modal.fade.in{
display: flex;
justify-content: center;
align-items: center;
}
But in the dev tool, I'm able...
Dollarbird asked 23/10, 2017 at 20:34
2
Solved
Using ngx-bootstrap, how can I add an icon to accordion-group heading?
For example:
<accordion-group heading="<i class='fa fa-users'></i> Users">
This content is straight in the...
Sylvia asked 21/2, 2018 at 16:23
2
Solved
I have installed ngx-bootstrap using the command npm install ngx-bootstrap --save but still when i am trying to build the solution it says
ERROR in src/app/app.module.ts(37,45): error TS2307: Cann...
Cohl asked 23/11, 2018 at 5:40
6
Solved
I'm using ngx-botstrap BsDatepickerModule for my application form and I have a requirement to pick only a month. Does anyone know where I can find a solution? This issue has been raised almost a ye...
Moldboard asked 5/7, 2018 at 21:24
1
I'm using date-range picker of ngx bootstrap and it is working totally fine. But I want to use it for month-range picker.Is there any way I can customise and use it that way?
I've tried passing pr...
Antoninaantonino asked 8/2, 2018 at 11:49
4
Solved
I'm using angular 5 and ngx-bootstrap, so when I tried to add a collpase, by following the collapse docs , I got a working example but without animation ( the collapsed dissepears and appears insta...
Chloroform asked 25/3, 2018 at 21:49
9
Solved
In my Angular 4 app, let's assume that I'm inside a service.
At some point, I want to ask the user for a confirmation, currently I'm doing it with just a confirm(...) request:
const result = conf...
Tankage asked 25/9, 2017 at 15:2
9
What is the difference between ng-bootstrap and ngx-bootstrap? Are they related to each other? Or are they simply concurrent implementations?
Has someone worked with them both and can give/explain ...
Sheik asked 3/5, 2017 at 11:12
3
In my Angular 6 app, I'm currently using the Tooltip feature from ngx-bootstrap to show tooltips.
I need to show the tooltips in some disabled buttons, however it does not work (it only works with...
Casares asked 16/7, 2018 at 12:39
7
I'm having an issue in my application with ngx-bootstrap whereby it now can't detect the module unless you specify the path
For example:
import { BsModalService, BsModalRef } from 'ngx-bootstrap'...
Plasty asked 7/4, 2020 at 15:41
2
Solved
I can't figure out what's going on here - I've included ngx-dropdown code that I believe is correct based on documentation:
home.component.html
<div class="btn-group" dropdown>
<button...
Budge asked 17/8, 2017 at 0:15
1 Next >
© 2022 - 2025 — McMap. All rights reserved.