This demo showcases how to integrate and use ng-bootstrap components in an Angular 18 application without employing standalone components. src/ ├── app/ │ ├── components/ │ ├── app.component.ts │ ├── ...
ngx-bootstrap provides Bootstrap components powered by Angular, so you don't need to include original JS components. Check our Getting started guide if it's your first project with Angular Bootstrap.