Tomas Rimkus
Tomas Rimkus
For Angular 15, you can just use `ngx-resize` even the github repo is archived.
It is maintained. It was just migrated from separate `ngx-resize` github repository to `ngxtension` repository. Same people working on it, same API.
Is [`ResizeObserver`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) emitting anything when you resize that element? If not, then it's not an issue with the library.
Might be worth trying the upcoming `select()` function instead of decorator: https://github.com/ngxs/store/issues/1854#issuecomment-1537792314 https://stackblitz.com/edit/ngxs-select-dispatch-utils-v0-fa8hnc?file=src%2Fapp%2Fapp.component.ts
The library doesn't seem to be maintained anymore. If you want to use standalone components, you should migrate to `@ng-bootstrap/ng-bootstrap`.
You have to update to `11.0.2`
That's because 11.0.2 is marked as pre-release on npm. Tagged as "Next": https://www.npmjs.com/package/ngx-bootstrap?activeTab=versions
Or just add the following css to your global css file: ```css .popover, .popover-arrow { position: absolute; } ```
Might be `replace-in-file` latest version issue: https://github.com/adamreisnz/replace-in-file/issues/165
Latest, `5.0.7`.