Moved header and footer components to AppComponent. They bookend the router.
The code in the header component will dynamically add navigation links (with proper routing) by adding navigation objects to the nav array. Added the ngx-dropdown module to work around bootstrap's dropdown not working properly. Might want to look into using ngx-bootstrap.
Finally, wrapped the nav in a hamburger dropdown menu container. This dropdown menu does not currently function as expected.
Moved header and footer components to AppComponent. They bookend the router.
The code in the header component will dynamically add navigation links (with proper routing) by adding navigation objects to the nav array. Added the ngx-dropdown module to work around bootstrap's dropdown not working properly. Might want to look into using ngx-bootstrap.
Finally, wrapped the nav in a hamburger dropdown menu container. This dropdown menu does not currently function as expected.