-
Notifications
You must be signed in to change notification settings - Fork 12
Mismatch ng-bootstrap version for angular 12 and bootstrap 5 #274
Comments
I also noticed same behaviors. |
Hello yes at time the workaround is to add boosted and ng-bootstrap dependency in place of ng-boosted : npm uninstall ng-boosted && npm i --save boosted @ng-bootstrap/ng-bootstrap@bootstrap5 |
Thanks for your answer, using your solution i also get some dependencies warning... Lock ng-boosted to 10.0.0 |
dependencies warning about boosted peerdependencies I think? They are optionnal, and you don't need them |
Sorry, i should precise : dependencies warning and tooltips malfunctions. |
I forced a reproduction with this configuration :
I get following warnings:
|
sorry for the late reply I miss your reply :-( Compatibility with Boosted 5 (or bootstrap 5) is handled by Ng-Bootstrap v12 with angular 13 |
https://github.com/Orange-OpenSource/Orange-Boosted-Angular/blob/main/package.json#L48
Ng-bootstrap version compatible with bootstrap 5 have moved from v11-beta to v12-beta => https://ng-bootstrap.github.io/#/home
Ng-boosted v10.1.0 is corrupted and load boosted 5 with a ng-bootstrap version that create html for boosted 4
The text was updated successfully, but these errors were encountered: