jerryorta-dev / nx-ng-bootstrap-carousel-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 53.8%Language:HTML 34.8%Language:SCSS 10.5%Language:JavaScript 0.9%