ko9x / my-notes-beta

An app to make it easier for me to see my coding notes
0 stars 0 forks source link

Dynamically add note pages to the nav-bar. Also rename the navbar component #4

Closed ko9x closed 7 years ago

ko9x commented 7 years ago

I don't want anything hard coded. So the navbar will need to loop through the database and dynamically add the content for the main routerLink and all the hrefs for the fragments. Also I named the component "header" from some reason. It is not a header, it is a navbar.

ko9x commented 7 years ago

Done! There is more work to do to actually add the route for the newly created page. But I will add a separate issue for that.