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
- Host: GitHub
- URL: https://github.com/fmorriso/angular-bootstrap-nav
- Owner: fmorriso
- Created: 2017-08-01T01:23:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T04:37:41.000Z (over 1 year ago)
- Last Synced: 2025-06-08T06:42:02.839Z (about 1 year ago)
- Topics: angular, bootstrap
- Language: TypeScript
- Homepage:
- Size: 6.33 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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).