An open API service indexing awesome lists of open source software.

https://github.com/fmorriso/angular-bootstrap-nav

Angular 11.x using Bootstrap 4 navigation
https://github.com/fmorriso/angular-bootstrap-nav

angular bootstrap

Last synced: 12 months ago
JSON representation

Angular 11.x using Bootstrap 4 navigation

Awesome Lists containing this project

README

          

# Angular Bootstrap Nav

An Angular project that uses Bootstrap for styling with the help of ng-bootstrap.

## Tools Used

| Tool | Version |
| :-------------- | -------: |
| @Angular/CLI | 19.1.8 |
| Angular | 19.1.7 |
| Bootstrap | 5.3.3 |
| Bootstrap-icons | 1.11.3 |
| ng-bootstrap | 18.0.0 |
| node | 22.12.0 |
| npm | 11.0.0 |
| WebStorm | 2024.3.3 |
| VSCode | 1.97.2 |

## Change History

| Date | Description |
| :--------- | :---------------------------------------------------------- |
| ? | Initial creation with Angular 15.x and Bootstrap 5.2.x |
| 2025-02-17 | Upgrade to Angular 19, Bootstrap 5.3.3, ng-bootstrap 18.0.0 |
| 2025-02-23 | Upgrade Angular/CLI, Angular to latest versions |

## References

- [Angular](https://angular.dev/overview)
- [Bootstrap](https://getbootstrap.com/)
- [ng-bootstrap](https://ng-bootstrap.github.io/#/home)

## Further Information

See the PDF document located in this same GitHub repository for more detailed information.

## Development server

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

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).