I'm starting a MEAN app without prior experience. I was wondering whether there was any best practices about dynamic content such as highlighting active links from a layout or displaying the user's name.
There may be many different ways to do this, but I'm considering two here.
Using Pug (Jade):
Jade: Change active menu item in parent template
Using Angular:
How to set bootstrap navbar active class with Angular JS?
Does it make any difference at all?