ng-bootstrap / ng-bootstrap

Angular powered Bootstrap
https://ng-bootstrap.github.io
MIT License
8.21k stars 1.55k forks source link

ngbTooltip not working in angular 18 and ng-bootstrap 17 , when disabling Zone.js , provideExperimentalZonelessChangeDetection() #4733

Open SkCodeRains opened 3 months ago

SkCodeRains commented 3 months ago

Bug description:

Hi there i am not able to see the tooltip when enabling provideExperimentalZonelessChangeDetection() ZoneLess .

ngbTooltip coming when using zoneJs , by removing zonejs ngbTooltip not working , i checked dropdown is working fine but css class .dropdown not appending in the element classes!! can you guys provide support for ngbTooltip

Versions of Angular, ng-bootstrap and Bootstrap:

Angular: 18.0.4

ng-bootstrap: "@ng-bootstrap/ng-bootstrap": "^17.0.0",

Bootstrap: 5.3.3

mikij commented 3 months ago

Ofc it is not working. I am waiting for v17.1.0 to start playing with zoneless change detection. https://github.com/ng-bootstrap/ng-bootstrap/issues/4717