I\'m developing a web application with Angular 5 and Bootstrap 4 and I\'m having problems with the nav menu bar dropdowns. I\'m following the documentation https://getbootst
I was having the same problem but I manage to find the solution, if you have bootstrap on your project the simple solution is change
Page 1
to
in short change href="#" to href='target="_self"'
href="#"
href='target="_self"'