Top "Ng-bootstrap" questions

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

@ng-bootstrap NgbDatepicker met "Can't bind to 'ngModel' since it isn't a known property of 'ngb-datepicker'"

I use @ng-bootstrap/ng-bootstrap and Angular2-cli with NgbDatepicker met errs : NgModule: @NgModule({ imports: [CommonModule,NgbModule.forRoot()], declarations: [TestComponent], exports: […

angular bootstrap-datepicker ng-bootstrap
Angular2 ng-bootstrap - no provider error

I am trying to integrate ng bootstrap UI into my Angular 2 project. After following the simple instructions found here: https://…

angular ng-bootstrap
After I install ng bootstrap and compile, I get this error

ERROR in node_modules/@ng-bootstrap/ng-bootstrap/accordion/accordion.d.ts:191:9 - error TS1086: An accessor cannot be declared in an …

angular bootstrap-4 ng-bootstrap
ng-bootstrap collapse: How to apply animations?

I'm using Collapse: https://ng-bootstrap.github.io/#/components/collapse However, it does not animate; even not on the demo site. …

angular ng-bootstrap
Angular 4 get form value from modal

I am having issues to get the form value from the modal when I submit the form. The log says …

angular ng-bootstrap
EventEmitter from bootstrap modal component to parent

I am using ng-bootstrap with Angular 4, specific use case is the modal with "Component as content" (second scenario from https://…

angular ng-bootstrap
NgbTypeahead selectItem get clicked item ngBootstrap angular2

In this answer, it was explained to me to use selectItem to get the select event. But at this point, …

angular bootstrap-typeahead ng-bootstrap
how to open modal from component

I want to display a modal from component . I have a modal component created with ng-bootstrap like follow (just a …

angular ng-bootstrap
html table inside ngbTooltip

I am using angular 4 with bootstrap 4 and ng-bootstrap. I have a requirement where when user hovers over an info icon, …

angular tooltip ng-bootstrap
ng-bootstrap modal animation

The fade class doesn't appear to work on the ngb-modal. I've looked at trying to apply my own animation to …

angular ng-bootstrap