Grégoire Laget
Grégoire Laget
### Feature Description Hi, this feature was already asked a few years ago but the issue was locked : https://github.com/angular/components/issues/1514 I find myself in the situation where I need to...
- [x] bug report - [ ] feature request - [ ] question #### Repro steps 1) Install ngx-hightlightjs 6.1.0 2) Add the following to app.module.ts: ```ts import {HighlightModule, HIGHLIGHT_OPTIONS}...
Before submitting a pull request, please make sure you have at least performed the following: - [x] read and followed the [CONTRIBUTING.md](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CONTRIBUTING.md) and [DEVELOPER.md](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/DEVELOPER.md) guide. - [x] built and tested...
### For accessibility purposes, is it possible to have the ngbNavButton directive instead of ngbNavLink ? The ngbNavLink directive adds role="tab" to the link (`` tag) in which you put...
Be able to **open several popovers** (these popovers are used in my case for details reading) and to **drag them on the page** so i can compare their content I...