Angular powered Bootstrap
NG Bootstrap is a collection of Angular-powered Bootstrap widgets, built using only Bootstrap 5 CSS. These widgets come with APIs tailored for the Angular ecosystem, offering seamless integration and functionality within Angular applications.
To set up NG Bootstrap in your Angular project, it is recommended to use Angular CLI. Run the following command to add NG Bootstrap to your default application:
ng add @ng-bootstrap/ng-bootstrap
For projects with multiple applications, specify the target application using the --project
option. Manual installation instructions are also available on the NG Bootstrap website.
NG Bootstrap offers a comprehensive collection of Angular-powered Bootstrap widgets, providing a seamless integration of Bootstrap 5 CSS within Angular applications. With a focus on peer dependencies such as Angular and Popper, NG Bootstrap ensures compatibility and smooth functionality for developers working in the Angular ecosystem.