-
### Bug description:
I've get a lot of `NG0911: View has already been destroyed.` exceptions coming from ng-bootstrap. E.g. I use a `ngbTooltip` with `openDelay` on a button that triggers navigatio…
-
### Bug description:
- using viewChild
- using effect for opening tooltip produce error NG0602
```
Error: NG0602: afterRender() cannot be called from within a reactive context. Call `afterRen…
-
With the arrival of Angular 18 and the maturity of Signals, should we consider migrating the components to Signal?
https://angular.io/guide/signals
-
### Bug description:
When open a modal, .modal-body class's ```flex: 1 1 auto ``` doesn't work, due to "modal-content" is no longer a direct parent of "modal-body". The component element sits betw…
-
### Bug description:
When creating an Angular 18 project with SSR enables the accordion collapse and expand does not work.
When the page loads the following Javascript error is thrown in the console…
-
### Bug description:
Dismiss reason is not updating on page properly right after closing the modal but it's updated on opening the modal again (is not really in sync with user action).
1. For ESC
…
-
1. Open ngx-confirm-password-example in StackBlitz [link 🔗](https://stackblitz.com/edit/github-ktbxdp?file=src%2Fstyles.scss)
2. Run the application [link 🔗](https://github-ktbxdp.stackblitz.io)
3. …
-
**Describe the bug**
I am using Angular 12 and trying to add angular-calendar to render the recurrence calendar dates, it is rendering in browser as i can see in the inspect. data is also prope…
-
### Bug description:
dist bundle includes every module when a single module in included.
```
var NGB_MODULES = [NgbAccordionModule, NgbAlertModule, NgbCarouselModule, NgbCollapseModule, NgbDatepi…
-
### For which library do you need help?
native-federation
### Question
Hi, I set up native federation to connect two angular 18 app which are on two different repositories.
My configurations ar…