Nijeesh
Nijeesh

Reputation: 77

How to use Bootstrap 3 and bootstrap 5 together

We are in the process of upgrading an angularJS 1.5 application to angular 15 with the help of hybrid angular (both frameworks will work together till the conversion is finished). For styling, angularJS uses bootstrap version 3.We do not intend to change the styling in Angular and will continue to use the Bootstrap 3 design. But for some UI components in angular 15, we use ngx-bootstrap. To use this with Angular 15, ngx-bootstrap must be version 10. However, ngx-bootstrap 10 requires bootstrap 4 or 5, as it cannot be compacted with bootstrap 3. Therefore, I'm attempting to use bootstrap 3 for application styling and boostrap 5 for ngx-bootstrap.

Any help and suggenstions are appreciated.

Upvotes: 0

Views: 157

Answers (0)

Related Questions