How to add a library like bootstrap 4 in Angular 6 applications and use ng-bootstrap to attach behavior for dropdown menu.
Table of Contents:
- Creating new Angular project
- npm install Bootstrap
- Import Bootstrap stylesheet in Angular project
- Add Bootstrap starter template
- Creating navigation component
- Getting the dropdown working
- Installing ng-bootstrap
Source Code
https://github.com/codewithsrini/Angular6Bootstrap4—Dropdown-Menu