Top "Ng-bootstrap" questions

A set of Angular 2+ directives based on version 4+ of Twitter Bootstrap's markup and CSS.

How to implement Bootstrap 4 for Angular 2 ngb-pagination

I have a Angular2 app with a component where I have a table. Table is generated via *ngFor directive. Each …

angular ng-bootstrap
ng-bootstrap not working in angular 4

I am new with angular 4, I am trying to configure bootstrap. I installed ng-bootstrap: https://ng-bootstrap.github.io/#/getting-started I …

twitter-bootstrap angular bootstrap-4 ng-bootstrap angular4-forms
ng-bootstrap datepicker format

I am using ng-bootstrap datepicker but when I save my form the date gets saved as. date: { day: 01, month: 12, year: 16 } …

angular datepicker ng-bootstrap
Angular 2 NgbModal NgbActiveModal close event modal

I'm using Angular 2, I'm working with a form modal, I have two components, from one component I open the form …

angular ng-bootstrap
How to pass parameteres to modal?

That's the way I use the ng2-bootstrap modal: import {Component} from '@angular/core'; import {NgbModal} from '@ng-bootstrap/…

angular typescript modal-dialog ng-bootstrap
Angular 2 ng-bootstrap Modal: How to pass data to entry component

I'm trying to send data to a custom modal content component so I can call it from any other component …

javascript angular typescript ng-bootstrap
Angular 2 ng-bootstrap close Modal

I am trying to close the modal that was presented to me through the open(content) function as shown in …

angular ng-bootstrap
Is it correct to implement a custom NgbDateParserFormatter to change the format of the input value on NgbInputDatepicker?

I'm using the datepicker (ng-boostrap) in a popup and I would like to change the date format to dd-mm-yyyy. It …

angular momentjs ng-bootstrap
How can I access the 'select' method from NgbTabSet in the component in Angular2 and ng-bootstrap?

Using Angular 2.3.1 and ng-bootstrap 1.0.0-alpha.18. I am trying to programmatically select a tab based on ID from the component rather …

angular tabs ng-bootstrap
How to set minDate for ng-bootstrap datepicker

Below is the code I am using to set the minDate <input ngbDatepicker #d="ngbDatepicker" [minDate]="minDate" [formControl]="Form.…

angular datepicker ng-bootstrap