A set of Angular 2+ directives based on version 4+ of Twitter Bootstrap's markup and CSS.
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-bootstrapI am trying to integrate ng bootstrap UI into my Angular 2 project. After following the simple instructions found here: https://…
angular ng-bootstrapERROR 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-bootstrapI'm using Collapse: https://ng-bootstrap.github.io/#/components/collapse However, it does not animate; even not on the demo site. …
angular ng-bootstrapI am having issues to get the form value from the modal when I submit the form. The log says …
angular ng-bootstrapI am using ng-bootstrap with Angular 4, specific use case is the modal with "Component as content" (second scenario from https://…
angular ng-bootstrapIn this answer, it was explained to me to use selectItem to get the select event. But at this point, …
angular bootstrap-typeahead ng-bootstrapI want to display a modal from component . I have a modal component created with ng-bootstrap like follow (just a …
angular ng-bootstrapI 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-bootstrapThe 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