I wanted to bring up a question regarding the behavior mentioned in this post: Angular 4 Bootstrap Menu Stay Open on Page Swap
During testing, I encountered an issue where a test component was rendered twice when used similarly to the Nav component in the AppComponent. The reason behind this duplication is unclear to me. Furthermore, it appears that the entire application is reloading or refreshing whenever a navigation menu item is clicked, rather than simply swapping the view as intended. If you'd like to take a look at my app's repository for more context:
https://github.com/trevans24/ineo-copy
I'm unsure whether the problem lies within the module, app.component, or routing functionality. Any insights would be greatly appreciated. Thank you.