mivanyna
mivanyna
### Bug description: Starting from "@ng-bootstrap/ng-bootstrap": "12.0.0" ngbPopover is mispositioned when **page has scrollbar and position is top** For version v11 all works well. Positions right, left, bottom works well....
### Bug description: In case if I use `search.bind(this)` ngModel isn't working, data isn't set to model html: ``` ``` ts: ``` search(text$: Observable) { return text$.pipe( debounceTime(200), distinctUntilChanged(), map(term...
**I'm submitting a ...** (check one with "x") ``` [x ] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ]...
When steps have `route` set and the user presses the browser's back button - the backdrop still exists but no tooltip is shown. As result: User can't stop the tour...
It would be good to have the ability to configure z-index for the backdrop as it doesn't prevent interactions with elements that have z-index higher than 101. For example element...
### Describe the bug Angular app fails on start with error `Class constructor ErrorHandler cannot be invoked without 'new'` ### Steps to reproduce 1. Have in app.module setup like in...
`imageCropped` event is emitted each time I click on image:  Steps: 1. open https://stackblitz.com/edit/image-cropper 2. upload any image 3. click on image 4. `imageCropped` is emitted each time I...