Top "Ng-bootstrap" questions

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

Angular 6 - ng-bootstrap - Style Tabs

I'm having this bootstrap tabs <ngb-tabset> <ngb-tab title="Tab 1"> <ng-template ngbTabContent> Tab 1 </ng-template&…

angular angular-components ng-bootstrap
Angular NgbTypeahead

I am using typeahead from Angular Bootstrap - https://ng-bootstrap.github.io/#/components/typeahead/examples Everything working fine, But I …

angular angular-bootstrap ng-bootstrap angular-ui-typeahead
Alternative to /deep/

I want to change the styles of ng bootstrap pagination component and using /deep/ links in an Angular 6 app. The …

css angular angular6 ng-bootstrap
Navbar toggle not working with Angular 4 / ng-bootstrap

I am using ng-bootstrap in my angular 4 project: <navbar class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> <button aria-controls="…

toggle navbar ng-bootstrap
dropdown toggle issue in navbar with ng-bootstrap (4) angular 2 (cli)

I followed the instructions described here and css is working perfectly. For the dropdown toggle I used this code <…

twitter-bootstrap angular drop-down-menu navbar ng-bootstrap
ng-bootstrap ngbDropdown not working Angular 4

ng dropdowns are not working. Note: I followed the answer here and upgraded bootstrap to 4-alpha, yet it's not working. …

angular bootstrap-4 ng-bootstrap
Disable ngbDatepicker input

Im using ngbDatepicker and ng2-datepicker-jalali. I use ngbDatepicker directive like below: <div class="input-group" dir="ltr"> <…

angular angular2-forms angular2-directives ng-bootstrap
Angular 2 multiple custom value accessor

I am creating an application using angular2. I need to get a Date from user input using a calendar popover, …

angular angular2-directives ng-bootstrap maskedinput
How to customise Bootstrap 4 SCSS variables using angular-cli & ng-bootstrap?

I'm using angular-cli to build an Angular 4 app. I would like to use ng-bootstrap to include Bootstrap 4. However I would …

angular angular-cli twitter-bootstrap-4 ng-bootstrap
ngBootstrap for Angular 4 DatePicker in a Reactive Form is Always Required

Using a reactive form I've added the ngbDatePicker: <input type="text" id="business_incorp_date" class="form-control" formControlName="business_…

angular datepicker ng-bootstrap