Results 78 comments of Max Okorokov

That's pretty much how `@ContentChildren` works → https://angular.io/api/core/ContentChildren#description > Does not retrieve elements or directives that are in other components' templates, since a component's template is always a black box...

Note: doing `this.nativeElement.querySelectorAll('[ngbDropdownItem]'` will bring the correct elements, maybe we should use it instead.

Same as #3382, but for the tooltip

@bbarry see https://github.com/twbs/bootstrap/pull/31972 for the changes

Hey, 1. We can't commit to any dates unfortunately. The work has started in the `bootstrap5` branch, we're going through the BS5 migration guide, listing changes in this issue along...

FYI, there is a `11.0.0-beta.1` released with Bootstrap 5 support. Some known issues: - schematics are not working - datepicker header lost its color (fixed by #4096) - accordion animation...

FYI, [`11.0.0-beta.2` release](https://github.com/ng-bootstrap/ng-bootstrap/releases/tag/11.0.0-beta.2) moved to Angular 12 and couple of issues were fixed. Still before for the final `11.0.0` we'd like to at least: - move to Popper 2 instead...

I would say it was purposefully abandoned. If anybody wants to work on this - please feel free, though let's discuss design first before opening PRs

It is failing, isn't it? ![Screenshot 2021-07-01 at 11 17 53](https://user-images.githubusercontent.com/8074436/124099711-1809ab80-da5e-11eb-813c-1f27e763ddca.jpg)