In my application, Im trying to dynamically change the title in my title component depending on the Im page, so in my title component I want to use
<h1>{{title}}</h1>
and I want it to change depending on the page that I find in the title, fixed so that on every page
below is an image of what im trying to change 
Basically, if im on the home page I want him to say home, and then if Im on the page about my page, I want it to change by about ...
Not sure how I can do this, and all that has been investigated was to change the name in the tags <head></head>
source
share