Angular + Bootstrap 4 Navbar with Right Dropdown
From reading the document on bootstrap (version: 4.3.1) and comparing my notes from version 3. There doesn't seem to be an example for a right dropdown with a navbar. Flexboxes can be a challenge and moving from bootstrap 3 isn't but here is some solutions. https://stackoverflow.com/questions/51013313/bootstrap-dropdown-with-angular-6 https://ng-bootstrap.github.io/#/components/dropdown/examples https://stackoverflow.com/questions/51013313/bootstrap-dropdown-with-angular-6 Examples - https://www.codeply.com/go/bRSyq1ooFu/bootstrap-4-navbar-dropdown-right - https://www.codeply.com/go/cxXqBnGrPx (icon on the right) - https://www.codeply.com/go/1ZFF5CEXM5 https://www.codeply.com/go/1ZFF5CEXM5 https://medium.com/wdstack/bootstrap-4-custom-navbar-1f6a2da5ed3c https://www.codeply.com/go/bRSyq1ooFu/bootstrap-4-navbar-dropdown-right With Queryjs I should probably put this in another article, still I'm killing two birds with one stone....