Nx Angular Bootstrap Carousel Example

Versions

  • @nrwl - 15.8.5
  • @angular - 15.2.0
  • bootstrap - 5.2.3

Import Styles

See apps/carousel/src/styles.scss.

Import bootstrap.min.js

See apps/carousel/project.json:20:

        "scripts": ["node_modules/bootstrap/dist/js/bootstrap.min.js"]

Carousel HTML

See apps/carousel/src/app/app.component.html.

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Development server

Run npx nx serve carousel for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Further help

Visit the Nx Documentation to learn more.