I am trying to create a vertical nav bar with a dropdown menu on the third list item in Bootstrap 4, but not matter what I try, my template refuses to display the dropdown options. The template itself is to for an Angular component.
I have already consulted some proposed solutions from this StackOverflow post and I looked at the documentation for building dropdowns using data attributes as well as for building the dropdown component in Bootstrap 5 and Bootstrap 4, as I do not see any major changes from one version to the next.
I have recreated the code in Stackblitz.
Any help would be appreciated.