Top "Ng-bootstrap" questions

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

No provider for NgbModalStack

For some reason, I am suddenly getting this error out of the blue, with no code changes. Any ideas what …

ng-bootstrap
NgbDropdown: remove dropdown arrow

I'm using the NgbDropdown component in my Angular 2 application. It is working fine, however I want to remove the arrow …

css angular ng-bootstrap angular2-ui-bootstrap
Event emitter from bootstrap modal to parent

I want to pass a modal event from the modal component to the modal's parent component, but for some reason …

angular ng-bootstrap
What is the "let-" attribute in Angular 6?

In the ng-bootstrap modal documentation there are uses of some kind of let-* attribute that seemed to be used to …

angular angular6 ng-bootstrap
ngbPopover with html inside

Is it possible to put html inside ngbPopover? Exactly, I need to put list of items. Currently I have this …

angular ng-bootstrap
Open ng-bootstrap modal programmatically

I've got an angular 4 page including a ng-bootstrap modal. My code looks like this. foo.html [...] <button class="btn …

angular typescript modal-dialog ng-bootstrap ng-template
How to detect date selection in ng-bootstrap Datepicker on input field?

We use the ng-bootstrap Datepicker as Directive in our project: <input class="form-control" name="dp" ngbDatepicker #d="ngbDatepicker" (blur)="…

html angular datepicker ng-bootstrap
How to clear the typeahead input after a result is selected?

I'm using the ng-bootstrap typeahead component to search a customer database. When the user selects a customer from the typeahead …

typeahead ng-bootstrap
Animation for carousel with ng-boostrap and Angular 2

I am using the carousel component with ng-bootstrap. I understand there's an open issue for a proper animation feature that …

javascript twitter-bootstrap angular ng-bootstrap
Dependency @ng-bootstrap/ng-bootstrap must be explicitly whiteliste

In angular 6 project, I created angular library using angular cli command ng g lierary @some/libName. In my library, I …

ng-bootstrap angular6 angular-cli-v6